[jboss-cvs] JBossAS SVN: r70142 - in projects/naming/tags: 5.0.0.Beta4 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 26 20:40:28 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-26 20:40:28 -0500 (Tue, 26 Feb 2008)
New Revision: 70142

Added:
   projects/naming/tags/5.0.0.Beta4/
   projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml
   projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml
   projects/naming/tags/5.0.0.Beta4/pom.xml
Removed:
   projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml
   projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml
   projects/naming/tags/5.0.0.Beta4/pom.xml
Log:
[maven-release-plugin]  copy for tag 5.0.0.Beta4

Copied: projects/naming/tags/5.0.0.Beta4 (from rev 70140, projects/naming/trunk)

Deleted: projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml
===================================================================
--- projects/naming/trunk/jnpclient/pom.xml	2008-02-27 01:39:18 UTC (rev 70140)
+++ projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml	2008-02-27 01:40:28 UTC (rev 70142)
@@ -1,60 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jnp-client</artifactId>
-  <name>JBoss Naming Client</name>
-  <version>5.0.0-SNAPSHOT</version>
-  <description>The JBoss Naming Client</description>
-  <url>http://www.jboss.org</url>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <id>buildjar</id>
-            <phase>package</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <jar jarfile="${basedir}/target/jnp-client-${project.version}.jar" update="true" manifest="${basedir}/../jnpserver/src/etc/default.mf">
-                  <fileset dir="${basedir}/../jnpserver/target/classes">
-                    <include name="org/jnp/interfaces/**"></include>
-                    <include name="org/jboss/naming/**"></include>
-                  </fileset>
-                  <fileset file="${basedir}/JBossORG-EULA.txt"></fileset>
-                </jar>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-        <inherited>true</inherited>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jnpserver</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.0.2.GA</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>2.0.2.GA</version>
-    </dependency>
-  </dependencies>
-</project>
-

Copied: projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml (from rev 70141, projects/naming/trunk/jnpclient/pom.xml)
===================================================================
--- projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml	                        (rev 0)
+++ projects/naming/tags/5.0.0.Beta4/jnpclient/pom.xml	2008-02-27 01:40:28 UTC (rev 70142)
@@ -0,0 +1,59 @@
+<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>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jnp-client</artifactId>
+  <name>JBoss Naming Client</name>
+  <version>5.0.0.Beta4</version>
+  <description>The JBoss Naming Client</description>
+  <url>http://www.jboss.org</url>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <id>buildjar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <jar jarfile="${basedir}/target/jnp-client-${project.version}.jar" update="true" manifest="${basedir}/../jnpserver/src/etc/default.mf">
+                  <fileset dir="${basedir}/../jnpserver/target/classes">
+                    <include name="org/jnp/interfaces/**" />
+                    <include name="org/jboss/naming/**" />
+                  </fileset>
+                  <fileset file="${basedir}/JBossORG-EULA.txt" />
+                </jar>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jnpserver</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>2.0.2.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.2.GA</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml	2008-02-27 01:39:18 UTC (rev 70140)
+++ projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml	2008-02-27 01:40:28 UTC (rev 70142)
@@ -1,58 +0,0 @@
-<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>
-  <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>apache-log4j</groupId>
-         <artifactId>log4j</artifactId>
-         <version>1.2.14</version>
-      </dependency>
-    <dependency>
-         <groupId>jboss</groupId>
-         <artifactId>jboss-common-core</artifactId>
-         <version>2.0.2.GA</version>
-      </dependency>
-      <dependency>
-         <groupId>jboss</groupId>
-         <artifactId>jboss-logging-spi</artifactId>
-         <version>2.0.2.GA</version>
-      </dependency>
-      <dependency>
-         <groupId>jboss</groupId>
-         <artifactId>jboss-logging-log4j</artifactId>
-         <version>2.0.2.GA</version>
-         <scope>runtime</scope>
-      </dependency>
-      <dependency>
-         <groupId>junit</groupId>
-         <artifactId>junit</artifactId>
-         <version>3.8.1</version>
-         <scope>compile</scope>
-      </dependency>
-  </dependencies>
-</project>

Copied: projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml (from rev 70141, projects/naming/trunk/jnpserver/pom.xml)
===================================================================
--- projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml	                        (rev 0)
+++ projects/naming/tags/5.0.0.Beta4/jnpserver/pom.xml	2008-02-27 01:40:28 UTC (rev 70142)
@@ -0,0 +1,58 @@
+<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.Beta4</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 JNDI Server</description>
+  <scm>
+     <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/tags/5.0.0.Beta4</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>apache-log4j</groupId>
+         <artifactId>log4j</artifactId>
+         <version>1.2.14</version>
+      </dependency>
+    <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-common-core</artifactId>
+         <version>2.0.2.GA</version>
+      </dependency>
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-logging-spi</artifactId>
+         <version>2.0.2.GA</version>
+      </dependency>
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-logging-log4j</artifactId>
+         <version>2.0.2.GA</version>
+         <scope>runtime</scope>
+      </dependency>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>3.8.1</version>
+         <scope>compile</scope>
+      </dependency>
+  </dependencies>
+</project>

Deleted: projects/naming/tags/5.0.0.Beta4/pom.xml
===================================================================
--- projects/naming/trunk/pom.xml	2008-02-27 01:39:18 UTC (rev 70140)
+++ projects/naming/tags/5.0.0.Beta4/pom.xml	2008-02-27 01:40:28 UTC (rev 70142)
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  The parent maven for the jndi naming server project
-
-  This pom aggregates the subproject pom
-  
-  To build this project maven 2 should be installed and in the system path.  From the command line
-  run "mvn" from the build directory and "install" will be used as the default goal.  In order to use 
-  the "deploy" goal, the mvn.cvs.root should be specified in settings.xml.
--->
-<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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent>
-  <groupId>org.jboss</groupId>
-  <artifactId>jboss-naming-build</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Naming Build</name>
-  <url>http://www.jboss.com/products/jbossmc</url>
-  <description>
-    The JBoss JNDI name server implementation.
-  </description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/trunk</connection>
-  </scm>
-
-  <modules>
-    <module>jnpclient</module>
-    <module>jnpserver</module>
-  </modules>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/naming/tags</tagBase>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-</project>
-

Copied: projects/naming/tags/5.0.0.Beta4/pom.xml (from rev 70141, projects/naming/trunk/pom.xml)
===================================================================
--- projects/naming/tags/5.0.0.Beta4/pom.xml	                        (rev 0)
+++ projects/naming/tags/5.0.0.Beta4/pom.xml	2008-02-27 01:40:28 UTC (rev 70142)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  The parent maven for the jndi naming server project
+
+  This pom aggregates the subproject pom
+  
+  To build this project maven 2 should be installed and in the system path.  From the command line
+  run "mvn" from the build directory and "install" will be used as the default goal.  In order to use 
+  the "deploy" goal, the mvn.cvs.root should be specified in settings.xml.
+-->
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-naming-build</artifactId>
+  <version>5.0.0.Beta4</version>
+  <packaging>pom</packaging>
+  <name>JBoss Naming Build</name>
+  <url>http://www.jboss.com/products/jbossmc</url>
+  <description>
+    The JBoss JNDI name server implementation.
+  </description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/naming/tags/5.0.0.Beta4</connection>
+  </scm>
+
+  <modules>
+    <module>jnpclient</module>
+    <module>jnpserver</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/naming/tags</tagBase>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>
+




More information about the jboss-cvs-commits mailing list