You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2010/01/23 19:11:30 UTC

svn commit: r902450 - in /james/nntp/trunk: ./ avalon-socket-library/ common-util/ core-api/ core-library/ domain-api/ javamail-util/ nntpserver-function/ socket-api/ socket-shared-library/ spring-deployment/ user-api/ user-library/

Author: rdonkin
Date: Sat Jan 23 18:11:26 2010
New Revision: 902450

URL: http://svn.apache.org/viewvc?rev=902450&view=rev
Log:
Bulk version change

Modified:
    james/nntp/trunk/avalon-socket-library/pom.xml
    james/nntp/trunk/common-util/pom.xml
    james/nntp/trunk/core-api/pom.xml
    james/nntp/trunk/core-library/pom.xml
    james/nntp/trunk/domain-api/pom.xml
    james/nntp/trunk/javamail-util/pom.xml
    james/nntp/trunk/nntpserver-function/pom.xml
    james/nntp/trunk/pom.xml
    james/nntp/trunk/socket-api/pom.xml
    james/nntp/trunk/socket-shared-library/pom.xml
    james/nntp/trunk/spring-deployment/pom.xml
    james/nntp/trunk/user-api/pom.xml
    james/nntp/trunk/user-library/pom.xml

Modified: james/nntp/trunk/avalon-socket-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/avalon-socket-library/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/avalon-socket-library/pom.xml (original)
+++ james/nntp/trunk/avalon-socket-library/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/common-util/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/common-util/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/common-util/pom.xml (original)
+++ james/nntp/trunk/common-util/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-server-common-util</artifactId>
-  <version>3.0-M1</version>
+  <version>1.0</version>
   <name>Apache JAMES Server Common Utilities</name>
   <dependencies>
     <dependency>

Modified: james/nntp/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-api/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/core-api/pom.xml (original)
+++ james/nntp/trunk/core-api/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-library/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/core-library/pom.xml (original)
+++ james/nntp/trunk/core-library/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/domain-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/domain-api/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/domain-api/pom.xml (original)
+++ james/nntp/trunk/domain-api/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/javamail-util/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/javamail-util/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/javamail-util/pom.xml (original)
+++ james/nntp/trunk/javamail-util/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/nntpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/nntpserver-function/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/nntpserver-function/pom.xml (original)
+++ james/nntp/trunk/nntpserver-function/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Sat Jan 23 18:11:26 2010
@@ -27,7 +27,7 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-server</artifactId>
   <name>Apache JAMES Server</name>
-  <version>3.0-M1</version>
+  <version>1.0</version>
   <description>The Apache Java Enterprise Mail Server (a.k.a. JAMES Server)</description>
   <url>http://james.apache.org/server/head/</url>
   <inceptionYear>2002</inceptionYear>
@@ -206,12 +206,12 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-mina-socket-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-socket-shared-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
    
     <dependency>
@@ -286,90 +286,90 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-javamail-util</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-common-util</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-common-util</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-api</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-api</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-socket-api</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-domain-api</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-management-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-avalon-socket-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-smtp-protocol-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-smtp-protocol-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -407,57 +407,57 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-avalon-user-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-basic-user-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-smtpserver-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-imapserver-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-pop3server-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-nntpserver-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-fetchmail-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-spoolmanager-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-mailets-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-remotemanager-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     
     <dependency>
@@ -505,7 +505,7 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-experimental-activemq-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -521,14 +521,14 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-smtpserver-function</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-jcr-store</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -549,14 +549,14 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
-      <version>3.0-M1</version>
+      <version>1.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/nntp/trunk/socket-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-api/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/socket-api/pom.xml (original)
+++ james/nntp/trunk/socket-api/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/socket-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-shared-library/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/socket-shared-library/pom.xml (original)
+++ james/nntp/trunk/socket-shared-library/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/spring-deployment/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/spring-deployment/pom.xml (original)
+++ james/nntp/trunk/spring-deployment/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/user-api/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-api/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/user-api/pom.xml (original)
+++ james/nntp/trunk/user-api/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/nntp/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-library/pom.xml?rev=902450&r1=902449&r2=902450&view=diff
==============================================================================
--- james/nntp/trunk/user-library/pom.xml (original)
+++ james/nntp/trunk/user-library/pom.xml Sat Jan 23 18:11:26 2010
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>james-server</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>3.0-M1</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-server-user-library</artifactId>
-  <version>3.0-M1</version>
+  <version>1.0</version>
   <name>Apache JAMES Server User Library</name>
   <dependencies>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org