You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/09/21 12:04:38 UTC

svn commit: r1704250 - in /directory/site/trunk/content/kerby: downloads.mdtext news.mdtext

Author: elecharny
Date: Mon Sep 21 10:04:32 2015
New Revision: 1704250

URL: http://svn.apache.org/viewvc?rev=1704250&view=rev
Log:
Added the news and downloads for kerby

Modified:
    directory/site/trunk/content/kerby/downloads.mdtext
    directory/site/trunk/content/kerby/news.mdtext

Modified: directory/site/trunk/content/kerby/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/downloads.mdtext?rev=1704250&r1=1704249&r2=1704250&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/downloads.mdtext (original)
+++ directory/site/trunk/content/kerby/downloads.mdtext Mon Sep 21 10:04:32 2015
@@ -20,12 +20,10 @@ Notice: Licensed to the Apache Software
 
 ## Jar Download 
 
-### Coming soon of the Apache Kerby first release...
+### 
 
-<!--
 * ![Download](../images/download-archive.png) [Download Archive zip/tar.gz](download/download-archive.html)
 * ![Download](../images/download-sources.png) [Download Sources](download/download-sources.html)
--->
 
 ## Maven Dependency
 
@@ -36,7 +34,7 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerb-client-api-all</artifactId>
-        <version>${api-version}</version>
+        <version>1.0.0-RC1</version>
     </dependency>
 
 ### Kerby Server API:
@@ -44,7 +42,7 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerb-server-api-all</artifactId>
-        <version>${api-version}</version>
+        <version>1.0.0-RC1</version>
     </dependency>
 
 ### Kerby ASN1:
@@ -52,7 +50,7 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerby-asn1</artifactId>
-        <version>${api-version}</version>
+        <version>1.0.0-RC1</version>
     </dependency>
 
 ### Kerby Simple KDC:
@@ -60,5 +58,5 @@ The Apache Kerby is also available as a
     <dependency>
         <groupId>org.apache.kerby</groupId>
         <artifactId>kerb-simplekdc</artifactId>
-        <version>${api-version}</version>
+        <version>1.0.0-RC1</version>
     </dependency>

Modified: directory/site/trunk/content/kerby/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/news.mdtext?rev=1704250&r1=1704249&r2=1704250&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/news.mdtext (original)
+++ directory/site/trunk/content/kerby/news.mdtext Mon Sep 21 10:04:32 2015
@@ -1,2 +1,9 @@
 # News
-First release of Apache Kerby is coming soon.
+<h2 class="news">Apache Kerby 1.0.0-RC1 released <em>posted on September 16th, 2015</em></h2>
+
+The Apache Directory team is pleased to announce the release of Apache Kerby 1.0.0-RC1, the 
+first release candidate towards a 1.0 version.
+
+Apache Kerby™ is a Java Kerberos binding. It provides a rich, intuitive and interoperable implementation, library, KDC and various facilities that integrates PKI, OTP and token (OAuth2) as desired in modern environments such as cloud, Hadoop and mobile.
+
+Downloads are available [here](downloads.html)