You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2007/01/18 12:21:32 UTC

svn commit: r497399 - in /jackrabbit/branches/1.2: ./ jackrabbit-api/ jackrabbit-core/ jackrabbit-index-filters/ jackrabbit-jca/ jackrabbit-jcr-commons/ jackrabbit-jcr-rmi/ jackrabbit-jcr-server/ jackrabbit-jcr-tests/ jackrabbit-webapp/ jackrabbit-webdav/

Author: jukka
Date: Thu Jan 18 03:21:26 2007
New Revision: 497399

URL: http://svn.apache.org/viewvc?view=rev&rev=497399
Log:
1.2: Updated version number to 1.2.1

Modified:
    jackrabbit/branches/1.2/RELEASE-NOTES.txt
    jackrabbit/branches/1.2/jackrabbit-api/pom.xml
    jackrabbit/branches/1.2/jackrabbit-core/pom.xml
    jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jca/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml
    jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml
    jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml
    jackrabbit/branches/1.2/pom.xml

Modified: jackrabbit/branches/1.2/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/RELEASE-NOTES.txt?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.2/RELEASE-NOTES.txt Thu Jan 18 03:21:26 2007
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit -- Version 1.2
+Release Notes -- Apache Jackrabbit -- Version 1.2.1
 
 Introduction
 ------------
@@ -10,7 +10,7 @@
 more. Typical applications that use content repositories include content
 management, document management, and records management systems.
 
-Apache Jackrabbit 1.2 is an incremental release that introduces a number
+Apache Jackrabbit 1.2.1 is an incremental release that introduces a number
 of new features, improvements, and bug fixes. The most notable changes in
 this release are the introduction of a clustering feature and various query
 improvements. The build environment has been upgraded to Maven 2 along
@@ -89,61 +89,61 @@
 The release consists of a single source archive and a number of
 pre-compiled binary component archives.
 
-    * Jackrabbit source code (jackrabbit-1.2-src.jar)
+    * Jackrabbit source code (jackrabbit-1.2.1-src.jar)
 
-        The main source archive contains a "jackrabbit-1.2-src" directory
+        The main source archive contains a "jackrabbit-1.2.1-src" directory
         with the full released source code and build environment. Use the
         following commands (or the equivalent in your system) to build all
         the released components with Maven 2:
 
-          $ jar xf jackrabbit-1.2-src.jar
-          $ cd jackrabbit-1.2-src
+          $ jar xf jackrabbit-1.2.1-src.jar
+          $ cd jackrabbit-1.2.1-src
           $ mvn install
 
 The components contained in the released source archive are listed below
 (with the pre-compiled binary archives in parenthesis):
 
-    * Jackrabbit API (jackrabbit-api-1.2.jar)
+    * Jackrabbit API (jackrabbit-api-1.2.1.jar)
 
         Interface extensions that Apache Jackrabbit supports in
         addition to the standard JCR API.
 
-    * Jackrabbit JCR Commons (jackrabbit-jcr-commons-1.2.jar)
+    * Jackrabbit JCR Commons (jackrabbit-jcr-commons-1.2.1.jar)
 
         General-purpose classes for use with the JCR API.
 
-    * Jackrabbit JCR Tests (jackrabbit-jcr-tests-1.2.jar)
+    * Jackrabbit JCR Tests (jackrabbit-jcr-tests-1.2.1.jar)
 
         Set of JCR API test cases designed for testing the compliance
         of an implementation. Note that this is not the official JCR TCK!
 
-    * Jackrabbit Core (jackrabbit-core-1.2.jar)
+    * Jackrabbit Core (jackrabbit-core-1.2.1.jar)
 
         Core of the Apache Jackrabbit content repository implementation.
 
-    * Jackrabbit Index Filters (jackrabbit-index-filters-1.2.jar)
+    * Jackrabbit Index Filters (jackrabbit-index-filters-1.2.1.jar)
 
         Text indexing filters for Jackrabbit. Includes example filters
         for Adobe PDF and MS Excel, PowerPoint, and Word.
 
-    * Jackrabbit JCR-RMI (jackrabbit-jcr-rmi-1.2.jar)
+    * Jackrabbit JCR-RMI (jackrabbit-jcr-rmi-1.2.1.jar)
 
         RMI network layer for the JCR API.
 
-    * Jackrabbit WebDAV Library (jackrabbit-webdav-1.2.jar)
+    * Jackrabbit WebDAV Library (jackrabbit-webdav-1.2.1.jar)
 
         Interfaces and common utility classes used for building a
         WebDAV server or client.
 
-    * Jackrabbit JCR Server (jackrabbit-jcr-server-1.2.jar)
+    * Jackrabbit JCR Server (jackrabbit-jcr-server-1.2.1.jar)
 
         WebDAV servlet implementations based on JCR.
 
-    * Jackrabbit Web Application (jackrabbit-webapp-1.2.war)
+    * Jackrabbit Web Application (jackrabbit-webapp-1.2.1.war)
 
         Deployable Jackrabbit installation with WebDAV support for JCR.
 
-    * Jackrabbit JCA Resource Adapter (jackrabbit-jca-1.2.rar)
+    * Jackrabbit JCA Resource Adapter (jackrabbit-jca-1.2.1.rar)
 
         J2EE Connector Architecture (JCA) resource adapter for Jackrabbit.
 
@@ -159,7 +159,7 @@
 Upgrading from previous 1.x releases
 ------------------------------------
 
-Apache Jackrabbit 1.2 is fully compatible with the previous 1.x releases.
+Apache Jackrabbit 1.2.1 is fully compatible with the previous 1.x releases.
 A previous Apache Jackrabbit 1.x installation can be upgraded by replacing
 the relevant jar files with the new versions (see below). No changes to
 repository contents are needed.
@@ -171,8 +171,9 @@
 jar archives.
 
 The structure of the WebDAV components have also changed. WebDAV support
-now consists of the webapp component jackrabbit-webapp-1.2.war and the
-library archives jackrabbit-webdav-1.2.jar and jackrabbit-jcr-server-1.2.jar.
+now consists of the webapp component jackrabbit-webapp-1.2.1.war and the
+library archives jackrabbit-webdav-1.2.1.jar and
+jackrabbit-jcr-server-1.2.1.jar.
 
 The Apache Lucene dependency used for full text indexing has been upgraded
 to version 2.0 in this release. Lucene 2.0 is able to continue using

Modified: jackrabbit/branches/1.2/jackrabbit-api/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-api/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-api/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-api/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-api</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-core/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-core/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-core</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-index-filters</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jca/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jca/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jca/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jca/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jca</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-commons</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-rmi</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-server</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-tests</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-webapp</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2</version>
+    <version>1.2.1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-webdav</artifactId>

Modified: jackrabbit/branches/1.2/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/pom.xml?view=diff&rev=497399&r1=497398&r2=497399
==============================================================================
--- jackrabbit/branches/1.2/pom.xml (original)
+++ jackrabbit/branches/1.2/pom.xml Thu Jan 18 03:21:26 2007
@@ -29,7 +29,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit</artifactId>
   <name>Apache Jackrabbit</name>
-  <version>1.2</version>
+  <version>1.2.1</version>
   <packaging>pom</packaging>
   <!--
     Keep the description on a single line. Otherwise Maven might generate