[jboss-cvs] JBossAS SVN: r72331 - in projects/naming/trunk: jnpclient and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 06:18:57 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-17 06:18:57 -0400 (Thu, 17 Apr 2008)
New Revision: 72331

Modified:
   projects/naming/trunk/jnpclient/pom.xml
   projects/naming/trunk/jnpserver/pom.xml
   projects/naming/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 5.0.0.CR1

Modified: projects/naming/trunk/jnpclient/pom.xml
===================================================================
--- projects/naming/trunk/jnpclient/pom.xml	2008-04-17 09:28:53 UTC (rev 72330)
+++ projects/naming/trunk/jnpclient/pom.xml	2008-04-17 10:18:57 UTC (rev 72331)
@@ -8,7 +8,7 @@
   <groupId>org.jboss.naming</groupId>
   <artifactId>jnp-client</artifactId>
   <name>JBoss Naming Client</name>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0.CR1</version>
   <description>The JBoss Naming Client</description>
   <url>http://www.jboss.org</url>
   <build>

Modified: projects/naming/trunk/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml	2008-04-17 09:28:53 UTC (rev 72330)
+++ projects/naming/trunk/jnpserver/pom.xml	2008-04-17 10:18:57 UTC (rev 72331)
@@ -1,51 +1,51 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-     <groupId>org.jboss</groupId>
-     <artifactId>jboss-parent</artifactId>
-     <version>3</version>
-  </parent>
-  <version>5.0.0-SNAPSHOT</version>   
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.naming</groupId>
-  <artifactId>jnpserver</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Naming Server</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBoss JNDI Server</description>
-  <scm>
-     <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/trunk</connection>
-  </scm>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>src/main/assembly/client.xml</descriptor>
-          </descriptors>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-   
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.2.5.GA</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>2.0.5.GA</version>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+     <groupId>org.jboss</groupId>
+     <artifactId>jboss-parent</artifactId>
+     <version>3</version>
+  </parent>
+  <version>5.0.0.CR1</version>   
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.naming</groupId>
+  <artifactId>jnpserver</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Naming Server</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss JNDI Server</description>
+  <scm>
+     <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/tags/5.0.0.CR1</connection>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/client.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+   
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.2.5.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.5.GA</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: projects/naming/trunk/pom.xml
===================================================================
--- projects/naming/trunk/pom.xml	2008-04-17 09:28:53 UTC (rev 72330)
+++ projects/naming/trunk/pom.xml	2008-04-17 10:18:57 UTC (rev 72331)
@@ -17,7 +17,7 @@
   </parent>
   <groupId>org.jboss.naming</groupId>
   <artifactId>jboss-naming-build</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0.CR1</version>
   <packaging>pom</packaging>
   <name>JBoss Naming Build</name>
   <url>http://www.jboss.com/products/jbossmc</url>
@@ -25,7 +25,7 @@
     The JBoss JNDI name server implementation.
   </description>
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/trunk</connection>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/tags/5.0.0.CR1</connection>
   </scm>
 
   <modules>




More information about the jboss-cvs-commits mailing list