You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/05/13 04:57:32 UTC

svn commit: r943777 - in /webservices/juddi/trunk: ./ docs/ docs/devguide/ docs/userguide/ juddi-client/ juddi-console/ juddi-console/juddi-portal/ juddi-console/uddi-portlets/ juddi-core/ juddi-cxf/ juddi-dist/ juddi-tomcat/ juddiv3-samples/ juddiv3-w...

Author: kstam
Date: Thu May 13 02:57:31 2010
New Revision: 943777

URL: http://svn.apache.org/viewvc?rev=943777&view=rev
Log:
[maven-release-plugin] prepare release juddi-3.0.2

Modified:
    webservices/juddi/trunk/docs/devguide/pom.xml
    webservices/juddi/trunk/docs/pom.xml
    webservices/juddi/trunk/docs/userguide/pom.xml
    webservices/juddi/trunk/juddi-client/pom.xml
    webservices/juddi/trunk/juddi-console/juddi-portal/pom.xml
    webservices/juddi/trunk/juddi-console/pom.xml
    webservices/juddi/trunk/juddi-console/uddi-portlets/pom.xml
    webservices/juddi/trunk/juddi-core/pom.xml
    webservices/juddi/trunk/juddi-cxf/pom.xml
    webservices/juddi/trunk/juddi-dist/pom.xml
    webservices/juddi/trunk/juddi-tomcat/pom.xml
    webservices/juddi/trunk/juddiv3-samples/pom.xml
    webservices/juddi/trunk/juddiv3-war/pom.xml
    webservices/juddi/trunk/pom.xml
    webservices/juddi/trunk/uddi-tck-base/pom.xml
    webservices/juddi/trunk/uddi-tck/pom.xml
    webservices/juddi/trunk/uddi-ws/pom.xml

Modified: webservices/juddi/trunk/docs/devguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/docs/devguide/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/docs/devguide/pom.xml (original)
+++ webservices/juddi/trunk/docs/devguide/pom.xml Thu May 13 02:57:31 2010
@@ -3,7 +3,7 @@
     <parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>devguide</artifactId>

Modified: webservices/juddi/trunk/docs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/docs/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/docs/pom.xml (original)
+++ webservices/juddi/trunk/docs/pom.xml Thu May 13 02:57:31 2010
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddi-docs</artifactId>
 	<name>jUDDI Document Packaging</name>

Modified: webservices/juddi/trunk/docs/userguide/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/docs/userguide/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/docs/userguide/pom.xml (original)
+++ webservices/juddi/trunk/docs/userguide/pom.xml Thu May 13 02:57:31 2010
@@ -4,7 +4,7 @@
   <parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>juddi-parent</artifactId>
-	<version>3.0.2-SNAPSHOT</version>
+	<version>3.0.2</version>
   </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>userguide</artifactId>

Modified: webservices/juddi/trunk/juddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-client/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-client/pom.xml (original)
+++ webservices/juddi/trunk/juddi-client/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
   </parent> 
   <artifactId>juddi-client</artifactId>
   <packaging>bundle</packaging>

Modified: webservices/juddi/trunk/juddi-console/juddi-portal/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-console/juddi-portal/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-console/juddi-portal/pom.xml (original)
+++ webservices/juddi/trunk/juddi-console/juddi-portal/pom.xml Thu May 13 02:57:31 2010
@@ -15,12 +15,11 @@
  * limitations under the License.
  *
  */ -->
-<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">
+<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.apache.juddi</groupId>
 		<artifactId>juddi-console</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>juddi-portal-bundle</artifactId>
@@ -135,31 +134,22 @@
 						<configuration>
 							<tasks>
 							    <property name="juddi.tomcat.version" value="${project.parent.version}" />
-							    <property name="maven.dependency.org.apache.juddi.juddi-tomcat.zip.path" value="../../juddi-tomcat/target/juddi-tomcat-${project.parent.version}.zip"/>
-							    <property name="dependency.juddi-tomcat.zip" value="${maven.dependency.org.apache.juddi.juddi-tomcat.zip.path}"/>
+							    <property name="maven.dependency.org.apache.juddi.juddi-tomcat.zip.path" value="../../juddi-tomcat/target/juddi-tomcat-${project.parent.version}.zip" />
+							    <property name="dependency.juddi-tomcat.zip" value="${maven.dependency.org.apache.juddi.juddi-tomcat.zip.path}" />
 								<property name="compile_classpath" refid="maven.compile.classpath" />
 								<property name="runtime_classpath" refid="maven.runtime.classpath" />
 								<property name="test_classpath" refid="maven.test.classpath" />
 								<property name="plugin_classpath" refid="maven.plugin.classpath" />
 								<property name="project.version" value="${project.version}" />
-								<property name="dependency.castor.jar"
-									value="${maven.dependency.org.codehaus.castor.castor.jar.path}" />
-								<property name="dependency.pluto-container.jar"
-									value="${maven.dependency.org.apache.pluto.pluto-container.jar.path}" />
-								<property name="dependency.pluto-descriptor-api.jar"
-									value="${maven.dependency.org.apache.pluto.pluto-descriptor-api.jar.path}" />
-								<property name="dependency.pluto-descriptor-impl.jar"
-									value="${maven.dependency.org.apache.pluto.pluto-descriptor-impl.jar.path}" />
-								<property name="dependency.pluto-taglib.jar"
-									value="${maven.dependency.org.apache.pluto.pluto-taglib.jar.path}" />
-								<property name="dependency.pluto-portal.war"
-									value="${maven.dependency.org.apache.pluto.pluto-portal.war.path}" />
-								<property name="dependency.commons-logging.jar"
-									value="${maven.dependency.commons-logging.commons-logging.jar.path}" />
-								<property name="dependency.portlet-api.jar"
-									value="${maven.dependency.javax.portlet.portlet-api.jar.path}" />
-								<property name="dependency.uddi-portlets.war"
-									value="${maven.dependency.org.apache.juddi.uddi-portlets.war.path}" />
+								<property name="dependency.castor.jar" value="${maven.dependency.org.codehaus.castor.castor.jar.path}" />
+								<property name="dependency.pluto-container.jar" value="${maven.dependency.org.apache.pluto.pluto-container.jar.path}" />
+								<property name="dependency.pluto-descriptor-api.jar" value="${maven.dependency.org.apache.pluto.pluto-descriptor-api.jar.path}" />
+								<property name="dependency.pluto-descriptor-impl.jar" value="${maven.dependency.org.apache.pluto.pluto-descriptor-impl.jar.path}" />
+								<property name="dependency.pluto-taglib.jar" value="${maven.dependency.org.apache.pluto.pluto-taglib.jar.path}" />
+								<property name="dependency.pluto-portal.war" value="${maven.dependency.org.apache.pluto.pluto-portal.war.path}" />
+								<property name="dependency.commons-logging.jar" value="${maven.dependency.commons-logging.commons-logging.jar.path}" />
+								<property name="dependency.portlet-api.jar" value="${maven.dependency.javax.portlet.portlet-api.jar.path}" />
+								<property name="dependency.uddi-portlets.war" value="${maven.dependency.org.apache.juddi.uddi-portlets.war.path}" />
 								<ant antfile="${basedir}/build.xml">
 								    <property name="dependency.juddi-tomcat.zip" value="${dependency.juddi-tomcat.zip}" />
 									<target name="package-tomcat" />

Modified: webservices/juddi/trunk/juddi-console/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-console/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-console/pom.xml (original)
+++ webservices/juddi/trunk/juddi-console/pom.xml Thu May 13 02:57:31 2010
@@ -11,13 +11,12 @@
 		License for the specific language governing permissions and *
 		limitations under the License. * */
 	-->
-<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">
+<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.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddi-console</artifactId>
 	<name>jUDDI Console</name>

Modified: webservices/juddi/trunk/juddi-console/uddi-portlets/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-console/uddi-portlets/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ webservices/juddi/trunk/juddi-console/uddi-portlets/pom.xml Thu May 13 02:57:31 2010
@@ -1,114 +1,113 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Copyright 2001-2009 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */ -->
-<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.apache.juddi</groupId>
-		<artifactId>juddi-console</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
-	</parent>
-	<!--
-		GWT-Maven archetype generated POM 
-	-->
-	<artifactId>uddi-portlets</artifactId>
-	<packaging>war</packaging>
-	<name>UDDI Portlets</name>
-	
-	<!--  include pluginRepository and repository for GWT-Maven -->
-	<pluginRepositories>
-		<pluginRepository>
-			<id>gwt-maven-plugins</id>
-			<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
-		</pluginRepository>
-	</pluginRepositories>
-	<repositories>
-		<repository>
-			<id>gwt-maven</id>
-			<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
-		</repository>
-		<repository>
-			<id>apache</id>
-			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-		</repository>
-	</repositories>
-    
-	<!--  convenience to define GWT version in one place -->
-	<properties>
-		<gwtVersion>1.5.3</gwtVersion>
-	</properties>
-	<dependencies>
-	    <!--  GWT deps (from central repo) -->
-		<dependency>
-			<groupId>com.google.gwt</groupId>
-			<artifactId>gwt-servlet</artifactId>
-			<version>${gwtVersion}</version>
-			<scope>runtime</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.google.gwt</groupId>
-			<artifactId>gwt-user</artifactId>
-			<version>${gwtVersion}</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.google.gwt</groupId>
-			<artifactId>gwt-dev</artifactId>
-			<version>${gwtVersion}</version>
-			<classifier>${platform}-libs</classifier>
-			<type>zip</type>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.google.gwt</groupId>
-			<artifactId>gwt-dev</artifactId>
-			<version>${gwtVersion}</version>
-			<classifier>${platform}</classifier>
-			<scope>provided</scope>
-		</dependency>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */ -->
+<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.apache.juddi</groupId>
+		<artifactId>juddi-console</artifactId>
+		<version>3.0.2</version>
+	</parent>
+	<!--
+		GWT-Maven archetype generated POM 
+	-->
+	<artifactId>uddi-portlets</artifactId>
+	<packaging>war</packaging>
+	<name>UDDI Portlets</name>
+	
+	<!--  include pluginRepository and repository for GWT-Maven -->
+	<pluginRepositories>
+		<pluginRepository>
+			<id>gwt-maven-plugins</id>
+			<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+		</pluginRepository>
+	</pluginRepositories>
+	<repositories>
+		<repository>
+			<id>gwt-maven</id>
+			<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+		</repository>
+		<repository>
+			<id>apache</id>
+			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
+		</repository>
+	</repositories>
+    
+	<!--  convenience to define GWT version in one place -->
+	<properties>
+		<gwtVersion>1.5.3</gwtVersion>
+	</properties>
+	<dependencies>
+	    <!--  GWT deps (from central repo) -->
+		<dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-servlet</artifactId>
+			<version>${gwtVersion}</version>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-user</artifactId>
+			<version>${gwtVersion}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-dev</artifactId>
+			<version>${gwtVersion}</version>
+			<classifier>${platform}-libs</classifier>
+			<type>zip</type>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-dev</artifactId>
+			<version>${gwtVersion}</version>
+			<classifier>${platform}</classifier>
+			<scope>provided</scope>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
 			<version>${project.parent.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.juddi</groupId>
-			<artifactId>uddi-ws</artifactId>
-			<version>${project.parent.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.juddi</groupId>
-			<artifactId>juddi-client</artifactId>
-			<version>${project.parent.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>1.2.13</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.xml.bind</groupId>
-			<artifactId>jaxb-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-configuration</groupId>
-			<artifactId>commons-configuration</artifactId>
+		<dependency>
+			<groupId>org.apache.juddi</groupId>
+			<artifactId>uddi-ws</artifactId>
+			<version>${project.parent.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.juddi</groupId>
+			<artifactId>juddi-client</artifactId>
+			<version>${project.parent.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.13</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.xml.bind</groupId>
+			<artifactId>jaxb-api</artifactId>
+			<version>2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-configuration</groupId>
+			<artifactId>commons-configuration</artifactId>
 			<version>1.5</version>
 			<exclusions>
 			    <exclusion>
@@ -116,180 +115,180 @@
      				<artifactId>servlet-api</artifactId>
    			    </exclusion>
 			 </exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>3.2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.3</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis</groupId>
-			<artifactId>axis</artifactId>
-			<version>1.4</version>
-			<scope>runtime</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.axis</groupId>
-			<artifactId>axis-jaxrpc</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.portlet</groupId>
-			<artifactId>portlet-api</artifactId>
-			<version>1.0</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.xml.ws</groupId>
-			<artifactId>jaxws-rt</artifactId>
-			<version>2.1.4</version>
-		</dependency>
-		<!--  test -->
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.5</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-war-plugin</artifactId>
-				<configuration>
-					<webXml>target/web.xml</webXml>
-				</configuration>
-			</plugin>
-		    <!--  configure the GWT-Maven plugin -->
-			<plugin>
-				<groupId>com.totsp.gwt</groupId>
-				<artifactId>maven-googlewebtoolkit2-plugin</artifactId>
-				<version>2.0-RC1</version>
-				<configuration>
-					<compileTargets>
+		</dependency>
+		<dependency>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>3.2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.3</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis</groupId>
+			<artifactId>axis</artifactId>
+			<version>1.4</version>
+			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.axis</groupId>
+			<artifactId>axis-jaxrpc</artifactId>
+			<version>1.4</version>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.portlet</groupId>
+			<artifactId>portlet-api</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.xml.ws</groupId>
+			<artifactId>jaxws-rt</artifactId>
+			<version>2.1.4</version>
+		</dependency>
+		<!--  test -->
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.5</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-war-plugin</artifactId>
+				<configuration>
+					<webXml>target/web.xml</webXml>
+				</configuration>
+			</plugin>
+		    <!--  configure the GWT-Maven plugin -->
+			<plugin>
+				<groupId>com.totsp.gwt</groupId>
+				<artifactId>maven-googlewebtoolkit2-plugin</artifactId>
+				<version>2.0-RC1</version>
+				<configuration>
+					<compileTargets>
 						<value>org.apache.juddi.portlets.UDDISubscriptionNotification</value>
-						<value>org.apache.juddi.portlets.UDDIBrowser</value>
-						<value>org.apache.juddi.portlets.UDDISubscription</value>
-						<value>org.apache.juddi.portlets.UDDISearch</value>
-						<value>org.apache.juddi.portlets.JUDDIPublisher</value>
-					</compileTargets>
-					<runTarget>org.apache.juddi.portlets.UDDIBrowser/UDDIBrowser.html</runTarget>
-					<logLevel>INFO</logLevel>
-					<style>DETAILED</style>
-					<noServer>false</noServer>
-					<extraJvmArgs>-Xmx512m</extraJvmArgs>
-					<gwtVersion>${gwtVersion}</gwtVersion>
-				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>mergewebxml</goal>
-							<!-- <goal>i18n</goal>-->
-							<goal>compile</goal>
-							<goal>test</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<!--  Use the dependency plugin to unpack gwt-dev-PLATFORM-libs.zip -->
-			<!--
-				(this is a replacement for the old "automatic" mode - useful if you
-				don't have GWT installed already, or you just want a maven way to
-				handle gwt deps)
-			-->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>unpack</id>
-						<phase>compile</phase>
-						<goals>
-							<goal>unpack</goal>
-						</goals>
-						<configuration>
-							<artifactItems>
-								<artifactItem>
-									<groupId>com.google.gwt</groupId>
-									<artifactId>gwt-dev</artifactId>
-									<version>${gwtVersion}</version>
-									<classifier>${platform}-libs</classifier>
-									<type>zip</type>
-									<overWrite>false</overWrite>
-									<outputDirectory>${settings.localRepository}/com/google/gwt/gwt-dev/${gwtVersion}</outputDirectory>
-								</artifactItem>
-							</artifactItems>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<!--
-				If you want to use the target/web.xml file mergewebxml produces,
-				tell the war plugin to use it. Also, exclude what you want from the
-				final artifact here.
-			-->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-war-plugin</artifactId>
-				<configuration>
-                    <!-- <webXml>target/web.xml</webXml>-->
-					<warSourceExcludes>.gwt-tmp/**</warSourceExcludes>
-				</configuration>
-			</plugin>
-			<!--  tell the compiler we can use 1.5 -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	
-	<!--  profiles (with activation per platform) -->
-	<profiles>
-		<profile>
-			<id>gwt-dev-windows</id>
-			<properties>
-				<platform>windows</platform>
-			</properties>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-				<os>
-					<family>Windows</family>
-				</os>
-			</activation>
-		</profile>
-		<profile>
-			<id>gwt-dev-mac</id>
-			<properties>
-				<platform>mac</platform>
-			</properties>
-			<activation>
-				<os>
-					<family>mac</family>
-				</os>
-			</activation>
-		</profile>
-		<profile>
-			<id>gwt-dev-linux</id>
-			<properties>
-				<platform>linux</platform>
-			</properties>
-			<activation>
-				<os>
-					<name>Linux</name>
-				</os>
-			</activation>
-		</profile>
-	</profiles>
+						<value>org.apache.juddi.portlets.UDDIBrowser</value>
+						<value>org.apache.juddi.portlets.UDDISubscription</value>
+						<value>org.apache.juddi.portlets.UDDISearch</value>
+						<value>org.apache.juddi.portlets.JUDDIPublisher</value>
+					</compileTargets>
+					<runTarget>org.apache.juddi.portlets.UDDIBrowser/UDDIBrowser.html</runTarget>
+					<logLevel>INFO</logLevel>
+					<style>DETAILED</style>
+					<noServer>false</noServer>
+					<extraJvmArgs>-Xmx512m</extraJvmArgs>
+					<gwtVersion>${gwtVersion}</gwtVersion>
+				</configuration>
+				<executions>
+					<execution>
+						<goals>
+							<goal>mergewebxml</goal>
+							<!-- <goal>i18n</goal>-->
+							<goal>compile</goal>
+							<goal>test</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<!--  Use the dependency plugin to unpack gwt-dev-PLATFORM-libs.zip -->
+			<!--
+				(this is a replacement for the old "automatic" mode - useful if you
+				don't have GWT installed already, or you just want a maven way to
+				handle gwt deps)
+			-->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>unpack</id>
+						<phase>compile</phase>
+						<goals>
+							<goal>unpack</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>com.google.gwt</groupId>
+									<artifactId>gwt-dev</artifactId>
+									<version>${gwtVersion}</version>
+									<classifier>${platform}-libs</classifier>
+									<type>zip</type>
+									<overWrite>false</overWrite>
+									<outputDirectory>${settings.localRepository}/com/google/gwt/gwt-dev/${gwtVersion}</outputDirectory>
+								</artifactItem>
+							</artifactItems>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<!--
+				If you want to use the target/web.xml file mergewebxml produces,
+				tell the war plugin to use it. Also, exclude what you want from the
+				final artifact here.
+			-->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-war-plugin</artifactId>
+				<configuration>
+                    <!-- <webXml>target/web.xml</webXml>-->
+					<warSourceExcludes>.gwt-tmp/**</warSourceExcludes>
+				</configuration>
+			</plugin>
+			<!--  tell the compiler we can use 1.5 -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	
+	<!--  profiles (with activation per platform) -->
+	<profiles>
+		<profile>
+			<id>gwt-dev-windows</id>
+			<properties>
+				<platform>windows</platform>
+			</properties>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+				<os>
+					<family>Windows</family>
+				</os>
+			</activation>
+		</profile>
+		<profile>
+			<id>gwt-dev-mac</id>
+			<properties>
+				<platform>mac</platform>
+			</properties>
+			<activation>
+				<os>
+					<family>mac</family>
+				</os>
+			</activation>
+		</profile>
+		<profile>
+			<id>gwt-dev-linux</id>
+			<properties>
+				<platform>linux</platform>
+			</properties>
+			<activation>
+				<os>
+					<name>Linux</name>
+				</os>
+			</activation>
+		</profile>
+	</profiles>
 </project>

Modified: webservices/juddi/trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-core/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/trunk/juddi-core/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddi-core</artifactId>
 	<packaging>bundle</packaging>

Modified: webservices/juddi/trunk/juddi-cxf/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-cxf/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-cxf/pom.xml (original)
+++ webservices/juddi/trunk/juddi-cxf/pom.xml Thu May 13 02:57:31 2010
@@ -16,7 +16,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddi-cxf</artifactId>
 	<name>jUDDI CXF Deployment</name>

Modified: webservices/juddi/trunk/juddi-dist/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-dist/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-dist/pom.xml (original)
+++ webservices/juddi/trunk/juddi-dist/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddi-dist</artifactId>
 	<name>jUDDI Distribution Packaging</name>

Modified: webservices/juddi/trunk/juddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/pom.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddi-tomcat</artifactId>
 	<name>jUDDI Tomcat Packaging</name>

Modified: webservices/juddi/trunk/juddiv3-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-samples/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddiv3-samples/pom.xml (original)
+++ webservices/juddi/trunk/juddiv3-samples/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddiv3-samples</artifactId>
 	<name>jUDDI Service Registration Examples</name>

Modified: webservices/juddi/trunk/juddiv3-war/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-war/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/juddiv3-war/pom.xml (original)
+++ webservices/juddi/trunk/juddiv3-war/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>juddiv3-war</artifactId>
 	<packaging>war</packaging>
@@ -33,7 +33,7 @@
 		<dependency>
 			<artifactId>uddi-ws</artifactId>
 			<groupId>org.apache.juddi</groupId>
-			<version>3.0.2-SNAPSHOT</version>
+			<version>3.0.2</version>
 			<exclusions>
 				<exclusion>
 					<groupId>javax.xml.bind</groupId>
@@ -52,7 +52,7 @@
 		<dependency>
 			<artifactId>juddi-core</artifactId>
 			<groupId>org.apache.juddi</groupId>
-			<version>3.0.2-SNAPSHOT</version>
+			<version>3.0.2</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.apache.juddi</groupId>

Modified: webservices/juddi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/pom.xml (original)
+++ webservices/juddi/trunk/pom.xml Thu May 13 02:57:31 2010
@@ -25,7 +25,7 @@
 	<packaging>pom</packaging>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>juddi-parent</artifactId>
-	<version>3.0.2-SNAPSHOT</version>
+	<version>3.0.2</version>
 	<name>jUDDI_v3 Parent</name>
 	<description>jUDDI (pronounced "Judy") is an open source Java
 		implementation of the Universal Description, Discovery, and
@@ -130,9 +130,9 @@
 		</license>
 	</licenses>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/juddi/trunk/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/juddi/trunk/</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk/</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/juddi/tags/juddi-3.0.2</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/juddi/tags/juddi-3.0.2</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/webservices/juddi/tags/juddi-3.0.2</url>
 	</scm>
 	    <build>
         <pluginManagement>

Modified: webservices/juddi/trunk/uddi-tck-base/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/pom.xml (original)
+++ webservices/juddi/trunk/uddi-tck-base/pom.xml Thu May 13 02:57:31 2010
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>uddi-tck-base</artifactId>
 	<packaging>bundle</packaging>

Modified: webservices/juddi/trunk/uddi-tck/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-tck/pom.xml (original)
+++ webservices/juddi/trunk/uddi-tck/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>uddi-tck</artifactId>
 	<packaging>bundle</packaging>

Modified: webservices/juddi/trunk/uddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-ws/pom.xml?rev=943777&r1=943776&r2=943777&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-ws/pom.xml (original)
+++ webservices/juddi/trunk/uddi-ws/pom.xml Thu May 13 02:57:31 2010
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.0.2-SNAPSHOT</version>
+		<version>3.0.2</version>
 	</parent>
 	<artifactId>uddi-ws</artifactId>
 	<packaging>bundle</packaging>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org