You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2018/05/25 10:39:26 UTC

svn commit: r1832230 - in /directory/site/trunk: content/index.mdtext content/kerby/downloads.mdtext content/kerby/news.mdtext lib/path.pm

Author: coheigea
Date: Fri May 25 10:39:26 2018
New Revision: 1832230

URL: http://svn.apache.org/viewvc?rev=1832230&view=rev
Log:
Updating website for Kerby

Modified:
    directory/site/trunk/content/index.mdtext
    directory/site/trunk/content/kerby/downloads.mdtext
    directory/site/trunk/content/kerby/news.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1832230&r1=1832229&r2=1832230&view=diff
==============================================================================
--- directory/site/trunk/content/index.mdtext (original)
+++ directory/site/trunk/content/index.mdtext Fri May 25 10:39:26 2018
@@ -87,7 +87,7 @@ td {font-size: 12px;}
       <!-- Apache Kerby project -->
       <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
         <div class="download-link">
-          <a href="./../kerby/downloads.html" class="download_badge_kerby"><b>Download Apache<br>Kerby 1.1.0</b></a>
+          <a href="./../kerby/downloads.html" class="download_badge_kerby"><b>Download Apache<br>Kerby 1.1.1</b></a>
         </div>
     
         <div class="separator">&nbsp;</div>

Modified: directory/site/trunk/content/kerby/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/downloads.mdtext?rev=1832230&r1=1832229&r2=1832230&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/downloads.mdtext (original)
+++ directory/site/trunk/content/kerby/downloads.mdtext Fri May 25 10:39:26 2018
@@ -33,7 +33,7 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerb-client-api-all</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1</version>
     </dependency>
 
 ### Kerby Server API:
@@ -41,7 +41,7 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerb-server-api-all</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1</version>
     </dependency>
 
 ### Kerby ASN1:
@@ -49,7 +49,7 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerby-asn1</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1</version>
     </dependency>
 
 ### Kerby Simple KDC:
@@ -57,5 +57,5 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerb-simplekdc</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1</version>
     </dependency>

Modified: directory/site/trunk/content/kerby/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/news.mdtext?rev=1832230&r1=1832229&r2=1832230&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/news.mdtext (original)
+++ directory/site/trunk/content/kerby/news.mdtext Fri May 25 10:39:26 2018
@@ -1,4 +1,12 @@
 # News
+<h2 class="news">Apache Kerby 1.1.1 released <em>posted on May 25th, 2018</em></h2>
+
+The Apache Directory team is pleased to announce the release of Apache Kerby
+1.1.1. 
+
+The issues fixed are available [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310910&version=12342211).
+
+Downloads are available [here](downloads.html)
 <h2 class="news">Apache Kerby 1.1.0 released <em>posted on November 27th, 2017</em></h2>
 
 The Apache Directory team is pleased to announce the release of Apache Kerby

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1832230&r1=1832229&r2=1832230&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Fri May 25 10:39:26 2018
@@ -8,7 +8,7 @@ our $version_studio_name = "2.0.0-M13";
 our $version_mavibot = "1.0.0-M8";
 our $version_escimo = "1.0.0-M1";
 our $version_fortress = "2.0.0";
-our $version_kerby = "1.1.0";
+our $version_kerby = "1.1.1";
 
 
 # All our pages use the same view function