[jboss-cvs] JBossAS SVN: r70106 - projects/naming/trunk/jnpserver.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 26 09:50:45 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-26 09:50:45 -0500 (Tue, 26 Feb 2008)
New Revision: 70106

Modified:
   projects/naming/trunk/jnpserver/pom.xml
Log:
Add scm/connection, use default jboss-parent

Modified: projects/naming/trunk/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml	2008-02-26 14:49:29 UTC (rev 70105)
+++ projects/naming/trunk/jnpserver/pom.xml	2008-02-26 14:50:45 UTC (rev 70106)
@@ -1,17 +1,20 @@
 <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-naming</artifactId>
-    <version>5.0.0.Beta3</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
+   <parent>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-parent</artifactId>
+      <version>3</version>
+   </parent>
+   <version>5.0.0-SNAPSHOT</version>   
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jnpserver</artifactId>
   <packaging>jar</packaging>
   <name>JBoss Naming Server</name>
   <url>http://www.jboss.org</url>
-  <description>The JBoss Naming Client</description>
+  <description>The JBoss JNDI Server</description>
+  <scm>
+     <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/trunk/jnpserver</connection>
+  </scm>
   <dependencies>
     <dependency>
          <groupId>apache-log4j</groupId>




More information about the jboss-cvs-commits mailing list