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/03/07 09:08:55 UTC

svn commit: r383819 - in /incubator/jackrabbit/branches/1.0: jackrabbit/modules/commons/project.xml jackrabbit/project.xml jca/project.xml jcr-rmi/project.xml jcr-server/project.properties jcr-server/project.xml textfilters/project.xml

Author: jukka
Date: Tue Mar  7 00:08:53 2006
New Revision: 383819

URL: http://svn.apache.org/viewcvs?rev=383819&view=rev
Log:
1.0: Changed version number to 1.0.

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

Modified: incubator/jackrabbit/branches/1.0/jackrabbit/modules/commons/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jackrabbit/modules/commons/project.xml?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jackrabbit/modules/commons/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jackrabbit/modules/commons/project.xml Tue Mar  7 00:08:53 2006
@@ -24,6 +24,6 @@
     <pomVersion>3</pomVersion>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-commons</artifactId>
-    <currentVersion>1.0-SNAPSHOT</currentVersion>
+    <currentVersion>1.0</currentVersion>
     <name>Jackrabbit Commons</name>
 </project>

Modified: incubator/jackrabbit/branches/1.0/jackrabbit/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jackrabbit/project.xml?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jackrabbit/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jackrabbit/project.xml Tue Mar  7 00:08:53 2006
@@ -25,7 +25,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
     <name>Jackrabbit</name>
-    <currentVersion>1.0-SNAPSHOT</currentVersion>
+    <currentVersion>1.0</currentVersion>
     <organization>
         <name>The Apache Software Foundation</name>
         <url>http://incubator.apache.org/projects/jackrabbit.html</url>

Modified: incubator/jackrabbit/branches/1.0/jca/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jca/project.xml?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jca/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jca/project.xml Tue Mar  7 00:08:53 2006
@@ -4,7 +4,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-jca</artifactId>
     <name>Jackrabbit JCA</name>
-    <currentVersion>1.0-SNAPSHOT</currentVersion>   
+    <currentVersion>1.0</currentVersion>   
     <organization>
 	<name>The Apache Software Foundation</name>
 	<url>http://incubator.apache.org/projects/jackrabbit.html</url>

Modified: incubator/jackrabbit/branches/1.0/jcr-rmi/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jcr-rmi/project.xml?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jcr-rmi/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jcr-rmi/project.xml Tue Mar  7 00:08:53 2006
@@ -22,7 +22,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jcr-rmi</artifactId>
   <name>JCR-RMI</name>
-  <currentVersion>1.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.jackrabbit.rmi.*</package>
   <description>

Modified: incubator/jackrabbit/branches/1.0/jcr-server/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jcr-server/project.properties?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jcr-server/project.properties (original)
+++ incubator/jackrabbit/branches/1.0/jcr-server/project.properties Tue Mar  7 00:08:53 2006
@@ -1,10 +1,10 @@
-maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.day.com/maven/jsr170/javadocs/jcr-0.16.1-pfd/
+maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.day.com/maven/jsr170/javadocs/jcr-1.0/
 maven.repo.remote = http://www.ibiblio.org/maven/,http://www.day.com/maven/
 
 #-------------------------------------------------------
 jackrabbit.build.version.jcr=1.0
-jackrabbit.build.version.jackrabbit=1.0-SNAPSHOT
-jackrabbit.build.version.jcr.rmi=1.0-SNAPSHOT
+jackrabbit.build.version.jackrabbit=1.0
+jackrabbit.build.version.jcr.rmi=1.0
 
 # use 1.4 as target even when compiling with a 1.5 JDK
 maven.compile.source=1.4

Modified: incubator/jackrabbit/branches/1.0/jcr-server/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jcr-server/project.xml?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jcr-server/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jcr-server/project.xml Tue Mar  7 00:08:53 2006
@@ -24,7 +24,7 @@
     <artifactId>server</artifactId>
     
     <name>Jackrabbit-Server</name>
-    <currentVersion>1.0-SNAPSHOT</currentVersion>
+    <currentVersion>1.0</currentVersion>
     <inceptionYear>2005</inceptionYear>
     <package>org.apache.jackrabbit.*</package>
     <description>

Modified: incubator/jackrabbit/branches/1.0/textfilters/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/textfilters/project.xml?rev=383819&r1=383818&r2=383819&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/textfilters/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/textfilters/project.xml Tue Mar  7 00:08:53 2006
@@ -20,7 +20,7 @@
   <artifactId>jackrabbit-textfilters</artifactId>
   <groupId>org.apache.jackrabbit</groupId>
   <name>Jackrabbit - Text filters</name>
-  <currentVersion>1.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://incubator.apache.org/projects/jackrabbit.html</url>
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <type>jar</type>
     </dependency>
     <dependency>