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 2006/11/29 00:41:27 UTC

svn commit: r480285 - in /jackrabbit/branches/1.1: jackrabbit/ jackrabbit/modules/commons/ jca/ jcr-rmi/ jcr-server/ textfilters/

Author: jukka
Date: Tue Nov 28 15:41:25 2006
New Revision: 480285

URL: http://svn.apache.org/viewvc?view=rev&rev=480285
Log:
branches/1.1: Upgrading version number to 1.1.1

Modified:
    jackrabbit/branches/1.1/jackrabbit/modules/commons/project.xml
    jackrabbit/branches/1.1/jackrabbit/pom.xml
    jackrabbit/branches/1.1/jackrabbit/project.xml
    jackrabbit/branches/1.1/jca/pom.xml
    jackrabbit/branches/1.1/jca/project.xml
    jackrabbit/branches/1.1/jcr-rmi/pom.xml
    jackrabbit/branches/1.1/jcr-rmi/project.xml
    jackrabbit/branches/1.1/jcr-server/project.properties
    jackrabbit/branches/1.1/jcr-server/project.xml
    jackrabbit/branches/1.1/textfilters/project.xml

Modified: jackrabbit/branches/1.1/jackrabbit/modules/commons/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jackrabbit/modules/commons/project.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jackrabbit/modules/commons/project.xml (original)
+++ jackrabbit/branches/1.1/jackrabbit/modules/commons/project.xml Tue Nov 28 15:41:25 2006
@@ -24,6 +24,6 @@
     <pomVersion>3</pomVersion>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-jcr-commons</artifactId>
-    <currentVersion>1.1</currentVersion>
+    <currentVersion>1.1.1</currentVersion>
     <name>Jackrabbit Commons</name>
 </project>

Modified: jackrabbit/branches/1.1/jackrabbit/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jackrabbit/pom.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jackrabbit/pom.xml (original)
+++ jackrabbit/branches/1.1/jackrabbit/pom.xml Tue Nov 28 15:41:25 2006
@@ -29,7 +29,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-core</artifactId>
   <name>Jackrabbit</name>
-  <version>1.1</version>
+  <version>1.1.1</version>
   <!--
     Keep the description on a single line. Otherwise Maven might generate
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)

Modified: jackrabbit/branches/1.1/jackrabbit/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jackrabbit/project.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jackrabbit/project.xml (original)
+++ jackrabbit/branches/1.1/jackrabbit/project.xml Tue Nov 28 15:41:25 2006
@@ -29,7 +29,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-core</artifactId>
     <name>Apache Jackrabbit</name>
-    <currentVersion>1.1</currentVersion>
+    <currentVersion>1.1.1</currentVersion>
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://www.apache.org/</url>

Modified: jackrabbit/branches/1.1/jca/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jca/pom.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jca/pom.xml (original)
+++ jackrabbit/branches/1.1/jca/pom.xml Tue Nov 28 15:41:25 2006
@@ -30,7 +30,7 @@
   <artifactId>jackrabbit-jca</artifactId>
   <packaging>jar</packaging>
   <name>Jackrabbit JCA</name>
-  <version>1.1</version>
+  <version>1.1.1</version>
   <!--
     Keep the description on a single line. Otherwise Maven might generate
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)

Modified: jackrabbit/branches/1.1/jca/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jca/project.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jca/project.xml (original)
+++ jackrabbit/branches/1.1/jca/project.xml Tue Nov 28 15:41:25 2006
@@ -20,7 +20,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-jca</artifactId>
     <name>Jackrabbit JCA</name>
-    <currentVersion>1.1</currentVersion>   
+    <currentVersion>1.1.1</currentVersion>   
     <organization>
 	<name>The Apache Software Foundation</name>
 	<url>http://www.apache.org/</url>

Modified: jackrabbit/branches/1.1/jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jcr-rmi/pom.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jcr-rmi/pom.xml (original)
+++ jackrabbit/branches/1.1/jcr-rmi/pom.xml Tue Nov 28 15:41:25 2006
@@ -24,7 +24,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-jcr-rmi</artifactId>
   <name>JCR-RMI</name>
-  <version>1.1</version>
+  <version>1.1.1</version>
   <!--
     Keep the description on a single line. Otherwise Maven might generate
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)

Modified: jackrabbit/branches/1.1/jcr-rmi/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jcr-rmi/project.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jcr-rmi/project.xml (original)
+++ jackrabbit/branches/1.1/jcr-rmi/project.xml Tue Nov 28 15:41:25 2006
@@ -26,7 +26,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-jcr-rmi</artifactId>
   <name>JCR-RMI</name>
-  <currentVersion>1.1</currentVersion>
+  <currentVersion>1.1.1</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.jackrabbit.rmi.*</package>
   <description>

Modified: jackrabbit/branches/1.1/jcr-server/project.properties
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jcr-server/project.properties?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jcr-server/project.properties (original)
+++ jackrabbit/branches/1.1/jcr-server/project.properties Tue Nov 28 15:41:25 2006
@@ -18,8 +18,8 @@
 
 #-------------------------------------------------------
 jackrabbit.build.version.jcr=1.0
-jackrabbit.build.version.jackrabbit=1.1
-jackrabbit.build.version.jcr.rmi=1.1
+jackrabbit.build.version.jackrabbit=1.1.1
+jackrabbit.build.version.jcr.rmi=1.1.1
 
 # use 1.4 as target even when compiling with a 1.5 JDK
 maven.compile.source=1.4

Modified: jackrabbit/branches/1.1/jcr-server/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jcr-server/project.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/jcr-server/project.xml (original)
+++ jackrabbit/branches/1.1/jcr-server/project.xml Tue Nov 28 15:41:25 2006
@@ -24,7 +24,7 @@
     <artifactId>server</artifactId>
     
     <name>Jackrabbit-Server</name>
-    <currentVersion>1.1</currentVersion>
+    <currentVersion>1.1.1</currentVersion>
     <inceptionYear>2005</inceptionYear>
     <package>org.apache.jackrabbit.*</package>
     <description>

Modified: jackrabbit/branches/1.1/textfilters/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/textfilters/project.xml?view=diff&rev=480285&r1=480284&r2=480285
==============================================================================
--- jackrabbit/branches/1.1/textfilters/project.xml (original)
+++ jackrabbit/branches/1.1/textfilters/project.xml Tue Nov 28 15:41:25 2006
@@ -20,7 +20,7 @@
   <artifactId>jackrabbit-index-filters</artifactId>
   <groupId>org.apache.jackrabbit</groupId>
   <name>Jackrabbit - Index filters</name>
-  <currentVersion>1.1</currentVersion>
+  <currentVersion>1.1.1</currentVersion>
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>