[jboss-maven2-commits] Repository SVN: r30923 - in maven2/org/jboss/naming: jboss-naming-build/5.0.4.GA and 4 other directories.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Sun Nov 15 21:54:02 EST 2009


Author: scott.stark at jboss.org
Date: 2009-11-15 21:54:01 -0500 (Sun, 15 Nov 2009)
New Revision: 30923

Added:
   maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/
   maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom
   maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.md5
   maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.sha1
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.md5
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.sha1
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.md5
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.sha1
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.md5
   maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.sha1
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.sha1
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.sha1
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.md5
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.sha1
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.md5
   maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.sha1
Log:
The jboss naming 5.0.4.GA release


Added: maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1,49 @@
+<?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.naming</groupId>
+  <artifactId>jboss-naming-build</artifactId>
+  <version>5.0.4.GA</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.4.GA</connection>
+  </scm>
+
+  <modules>
+    <module>jnpserver</module>  
+    <module>jnpclient</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>
+

Added: maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.md5
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+d3a8ad7967a0ff25f767f613c241117d
\ No newline at end of file

Added: maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.sha1
===================================================================
--- maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jboss-naming-build/5.0.4.GA/jboss-naming-build-5.0.4.GA.pom.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+28004770ed50817528e0e429230e23d7af855a6c
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+0897bef5213fdbe0bf9efec6f8fefa77
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA-sources.jar.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+ca9bd2b48f9b1b969004d31f50cf5497e68f89ea
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+d4afd28175471d05670c632483ccda62
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.jar.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+9d856e6ec88e0a3499886f7750658b2facd55eea
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1,69 @@
+<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 -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4-beta-2</version>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.naming</groupId>
+  <artifactId>jnp-client</artifactId>
+  <name>JBoss Naming Client</name>
+  <version>5.0.4.GA</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/jnp/server/NamingServer_Stub.class" />
+                    <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>jboss-common-core</artifactId>
+      <version>2.2.10.GA</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.5.GA</version>
+    </dependency>
+    <!--
+    The jnp-client module depends on the jnpserver module at build time
+    in order to copy the classes, but not at runtime.
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnpserver</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    -->
+  </dependencies>
+</project>

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.md5
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+8292151c5e430089ef6e2d88f6995c37
\ No newline at end of file

Added: maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.sha1
===================================================================
--- maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnp-client/5.0.4.GA/jnp-client-5.0.4.GA.pom.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+bd0292e24e06a17f01e5057cdbfaea0c0bbea2c0
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+fd72437748dcc098a685ba56c5bb6117
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-javadoc.jar.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+6a0c9f3d73115e614bef70394441b4a9e44e8375
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+7f6919f721974fae8b46c789e4ff37fb
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA-sources.jar.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+e187c32f47bf98849f758d96a6bdd2ee0d8e9c60
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+838c19c261f1a81eec7d79a4994613df
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.jar.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+8c76aebc0ab8791b8e708e9b4b9ab7fe3d3bfc44
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1,118 @@
+<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 -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4-beta-2</version>
+  </parent>
+  
+  <version>5.0.4.GA</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.4.GA</connection>
+  </scm>
+  <!-- Properties -->
+  <properties>
+    <!-- compile dependencies -->
+    <version.org.jboss.logging.spi>2.0.5.GA</version.org.jboss.logging.spi>
+    <version.org.jboss.common.core>2.2.10.GA</version.org.jboss.common.core>
+    <!-- testing dependencies -->
+    <version.org.jboss.microcontainer>2.0.0.CR5</version.org.jboss.microcontainer>
+    <version.org.jboss.test>1.1.1.GA</version.org.jboss.test>
+    <version.junit>4.4</version.junit>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/client.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rmic-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>rmi-compile</id>
+            <goals>
+              <goal>rmic</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+              <includes>
+                <include>org/jnp/server/NamingServer.class</include>
+              </includes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <excludes>
+            <!-- This is not a unit test -->
+            <exclude>**/TestSecurityManager.java</exclude>
+            <exclude>**/*$*</exclude>
+          </excludes>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <systemProperties>
+            <property>
+              <name>xb.builder.useUnorderedSequence</name>
+              <value>true</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+   
+  <dependencies>
+    <!-- compile dependencies -->
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>${version.org.jboss.common.core}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>${version.org.jboss.logging.spi}</version>
+    </dependency>
+
+    <!-- test dependencing -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+      <version>${version.org.jboss.microcontainer}</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>${version.org.jboss.test}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.md5
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.md5	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+f4451c6e214001c8e196315882652564
\ No newline at end of file

Added: maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.sha1
===================================================================
--- maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/naming/jnpserver/5.0.4.GA/jnpserver-5.0.4.GA.pom.sha1	2009-11-16 02:54:01 UTC (rev 30923)
@@ -0,0 +1 @@
+a45574229ce3e3ef9ab8efcca685c0a9e0b01b49
\ No newline at end of file



More information about the jboss-maven2-commits mailing list