Author: jeff.yuchang
Date: 2010-11-07 21:03:48 -0500 (Sun, 07 Nov 2010)
New Revision: 1087
Modified:
trunk/distribution/pom.xml
trunk/pom.xml
trunk/runtime/uddi/pom.xml
Log:
* update juddi version to 3.0.4
Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml 2010-11-08 01:32:01 UTC (rev 1086)
+++ trunk/distribution/pom.xml 2010-11-08 02:03:48 UTC (rev 1087)
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-client</artifactId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
</dependency>
</dependencies>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-08 01:32:01 UTC (rev 1086)
+++ trunk/pom.xml 2010-11-08 02:03:48 UTC (rev 1087)
@@ -50,6 +50,16 @@
</roles>
<timezone>+1</timezone>
</developer>
+ <developer>
+ <name>Jeff Yu</name>
+ <id>jeff.yuchang</id>
+ <email>cyu(a)redhat.com</email>
+ <organization>Red Hat</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>+10</timezone>
+ </developer>
</developers>
<modules>
Modified: trunk/runtime/uddi/pom.xml
===================================================================
--- trunk/runtime/uddi/pom.xml 2010-11-08 01:32:01 UTC (rev 1086)
+++ trunk/runtime/uddi/pom.xml 2010-11-08 02:03:48 UTC (rev 1087)
@@ -26,7 +26,7 @@
<dependency>
<artifactId>juddi-client</artifactId>
<groupId>org.apache.juddi</groupId>
- <version>3.0.4-SNAPSHOT</version>
+ <version>3.0.4</version>
<scope>provided</scope>
</dependency>