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 2009/04/29 05:46:17 UTC

svn commit: r769638 - in /webservices/juddi/branches/juddi-2.0rc7: ./ juddi-client/ juddi-distribution/ juddi-tomcat/ juddi-web-lean/ juddi-web/ juddi-ws/ juddi/ src/main/java/org/apache/juddi/util/

Author: kstam
Date: Wed Apr 29 03:46:15 2009
New Revision: 769638

URL: http://svn.apache.org/viewvc?rev=769638&view=rev
Log:
Setting 2.0rc7 release version

Added:
    webservices/juddi/branches/juddi-2.0rc7/ReleaseProcess
Modified:
    webservices/juddi/branches/juddi-2.0rc7/juddi-client/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/juddi-distribution/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/juddi-tomcat/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/juddi-web-lean/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/juddi-web/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/juddi-ws/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/juddi/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/pom.xml
    webservices/juddi/branches/juddi-2.0rc7/src/main/java/org/apache/juddi/util/Release.java

Added: webservices/juddi/branches/juddi-2.0rc7/ReleaseProcess
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/ReleaseProcess?rev=769638&view=auto
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/ReleaseProcess (added)
+++ webservices/juddi/branches/juddi-2.0rc7/ReleaseProcess Wed Apr 29 03:46:15 2009
@@ -0,0 +1,34 @@
+Notes on the rc6 release process
+
+Environment: 
+Maven version: 2.0.8
+Java version: 1.5.0_16
+OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
+
+1. Run mvn clean install -Prelease, these artifact will be uploaded to the maven repos
+
+juddi/target        : juddi-2.0rc6-jar, juddi-2.0rc6-javadoc.jar, juddi-2.0rc6-sources.jar, juddi-2.0rc6.pom + *.asc
+juddi-client/target : juddi-client-2.0.rc6.jar, juddi-client-2.0rc6.pom + *.asc
+juddi-web           : juddi.war (including axis2 WS stack)
+juddi-web-lean      : juddi.war
+juddi-ws            : juddi-ws-2.0rc6.jar
+
+2. Run mvn assembly:attached from the juddi-distribution directory.
+
+juddi-distribution/target: juddi-distribution-2.0rc6-bin.zip
+
+3. Run mvn clean install from the juddi-tomcat directory.
+
+juddi-tomcat/target: juddi-tomcat-2.0rc6.zip 
+
+4. Copy the release artifacts to people.apache.org.
+
+5. Start a vote referencing the build artifacts, leave the vote open for 72 hrs.
+
+On successfull vote:
+
+6. Create a Tag in SVN for the 2.0rc6 release
+
+7. Run mvn clean deploy -Prelease
+
+8. Update the website

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi-client/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi-client/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi-client/pom.xml Wed Apr 29 03:46:15 2009
@@ -7,13 +7,13 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc7</version>
   </parent>
 
   <artifactId>juddi-client</artifactId>
   <name>jUDDI-client</name>
   <groupId>org.apache.juddi</groupId>
-  <version>SNAPSHOT</version>
+  <version>2.0rc7</version>
   <description>The JAXR API</description>
   
   <packaging>jar</packaging>
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>org.apache.juddi</groupId>
       <artifactId>juddi</artifactId>
-      <version>SNAPSHOT</version>
+      <version>2.0rc7</version>
     </dependency>
     </dependencies>
   <distributionManagement>

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi-distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi-distribution/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi-distribution/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi-distribution/pom.xml Wed Apr 29 03:46:15 2009
@@ -4,48 +4,48 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>2.0rc6</version>
+    <version>2.0rc7</version>
   </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-distribution</artifactId>
-  <version>2.0rc6</version>
+  <version>2.0rc7</version>
   <name>jUDDI binary distro</name>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
      <artifactId>juddi-web</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>2.0rc6</version> 
+     <version>2.0rc7</version> 
      <type>war</type>
     </dependency>
     <dependency>
      <artifactId>juddi</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>2.0rc6</version>
+     <version>2.0rc7</version>
      <type>jar</type>
     </dependency>
     <dependency>
      <artifactId>juddi-soapconsole</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>2.0rc6</version>
+     <version>2.0rc7</version>
      <type>war</type>
     </dependency>
     <dependency>
      <artifactId>juddi-client</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>2.0rc6</version>
+     <version>2.0rc7</version>
      <type>jar</type>
     </dependency>
     <dependency>
      <artifactId>juddi-web</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>2.0rc6</version>
+     <version>2.0rc7</version>
      <type>war</type>
     </dependency>
     <dependency>
      <artifactId>juddi-web-lean</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>2.0rc6</version>
+     <version>2.0rc7</version>
      <type>war</type>
     </dependency>
   </dependencies>

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi-tomcat/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi-tomcat/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi-tomcat/pom.xml Wed Apr 29 03:46:15 2009
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc7</version>
   </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-tomcat</artifactId>
-  <version>SNAPSHOT</version>
+  <version>2.0rc7</version>
   <name>juddi-tomcat packaging</name>
   <url>http://maven.apache.org</url>
   <dependencies>
@@ -41,19 +41,19 @@
     <dependency>
      <artifactId>juddi-web</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>SNAPSHOT</version> 
+     <version>2.0rc7</version> 
      <type>war</type>
     </dependency>
     <dependency>
      <artifactId>juddi</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>SNAPSHOT</version>
+     <version>2.0rc7</version>
      <type>jar</type>
     </dependency>
     <dependency>
     <artifactId>juddi-soapconsole</artifactId>
      <groupId>org.apache.juddi</groupId>
-     <version>SNAPSHOT</version>
+     <version>2.0rc6</version>
      <type>war</type>
     </dependency>
     <dependency>

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi-web-lean/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi-web-lean/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi-web-lean/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi-web-lean/pom.xml Wed Apr 29 03:46:15 2009
@@ -4,20 +4,20 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc7</version>
   </parent>
   
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web-lean</artifactId>
   <packaging>war</packaging>
-  <version>SNAPSHOT</version>
+  <version>2.0rc7</version>
   <name>juddi-web-lean Maven Webapp</name>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
       <artifactId>juddi</artifactId>
       <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version> 
+      <version>2.0rc7</version> 
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi-web/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi-web/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi-web/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi-web/pom.xml Wed Apr 29 03:46:15 2009
@@ -4,41 +4,41 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc7</version>
   </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web</artifactId>
   <packaging>war</packaging>
-  <version>SNAPSHOT</version>
+  <version>2.0rc7</version>
   <name>juddi-web Maven Webapp</name>
   <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <artifactId>juddi</artifactId>
-      <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version> 
-        <exclusions>
-          <exclusion>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-          </exclusion>
-        </exclusions>
-    </dependency>
-    
-    <dependency>
-      <artifactId>juddi-ws</artifactId>
-      <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version> 
-        <exclusions>
-          <exclusion>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-          </exclusion>
-        </exclusions>
-    </dependency>
+  <dependencies>
+    <dependency>
+      <artifactId>juddi</artifactId>
+      <groupId>org.apache.juddi</groupId>
+      <version>2.0rc7</version> 
+        <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+        </exclusions>
+    </dependency>
+    
+    <dependency>
+      <artifactId>juddi-ws</artifactId>
+      <groupId>org.apache.juddi</groupId>
+      <version>2.0rc7</version> 
+        <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+        </exclusions>
+    </dependency>
     
   </dependencies>
-
+
   <build>
     <finalName>juddi</finalName>
   </build>

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi-ws/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi-ws/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi-ws/pom.xml Wed Apr 29 03:46:15 2009
@@ -1,308 +1,308 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<?xml version="1.0" encoding="UTF-8"?>
+<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>SNAPSHOT</version>
-  </parent>
-  <groupId>org.apache.juddi</groupId>
-  <artifactId>juddi-ws</artifactId>
-  <name>jUDDI-WS</name>
-  <description>jUDDI WS-related code</description>
-  <url>http://ws.apache.org/juddi/</url>
-  <version>SNAPSHOT</version>
-  
-  <packaging>jar</packaging>
-   
-  <build>
-    <sourceDirectory>src/main/java</sourceDirectory>
-
-    <plugins>
-      <plugin>
-        <artifactId>maven-install-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>2.0</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <attach>true</attach>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <id>prepareLicenseFiles</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <copy todir="${project.build.outputDirectory}/META-INF">
-                  <fileset dir="${basedir}">
-                    <include name="LICENSE.txt"></include>
-                    <include name="NOTICE.txt"></include>
-                  </fileset>
-                </copy>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-one-plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>install-maven-one-repository</goal>
-              <goal>deploy-maven-one-repository</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <remoteRepositoryId>apache</remoteRepositoryId>
-          <remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</remoteRepositoryUrl>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-4</version>
-        <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/webservices/juddi/tags/</tagBase>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.3</source>
-          <target>1.3</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1</version>
-        <configuration>
-          <descriptors>
-            <descriptor>assembly/bin.xml</descriptor>
-            <descriptor>assembly/src.xml</descriptor>
-          </descriptors>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-  </build>
-
-  <profiles>
-    <profile>
-      <id>release</id>
-      <activation>
-        <property>
-          <name>release</name>
-          <value></value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <attach>true</attach>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  
-  <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/viewvc/webservices/juddi/trunk</url>
-  </scm>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-        <updatePolicy>always</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
-      </releases>
-      <snapshots>
-        <updatePolicy>never</updatePolicy>
-        <checksumPolicy>fail</checksumPolicy>
-      </snapshots>
-      <id>apache-snapshots</id>
-      <name>Apache Maven2 SNAPSHOTS</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-    </repository>
-    <repository>
-      <releases>
-        <updatePolicy>always</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
-      </releases>
-      <snapshots>
-        <updatePolicy>never</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
-      </snapshots>
-      <id>apache-ws-snapshots2</id>
-      <name>Apache ws.zones - 2</name>
-      <url>http://ws.zones.apache.org/repository2/</url>
-    </repository>
-    <repository>
-      <releases>
-        <updatePolicy>always</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-        <updatePolicy>never</updatePolicy>
-        <checksumPolicy>warn</checksumPolicy>
-      </snapshots>
-      <id>maven2</id>
-      <name>Maven2 repo</name>
-      <url>http://repo1.maven.org/maven2/</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <releases>
-          <enabled>false</enabled>
-      </releases>
-      <snapshots>
-      	<enabled>true</enabled>
-      </snapshots>
-      <id>apache-snapshot</id>
-      <name>Apache Snapshot repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-    </pluginRepository>
-    <pluginRepository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots />
-      <id>Codehaus Snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-    </pluginRepository>
-    <pluginRepository>
-      <id>freehep-maven</id>
-      <name>Maven FreeHEP</name>
-      <url>http://java.freehep.org/maven2/</url>
-    </pluginRepository>
-  </pluginRepositories>
-  <dependencies>
-
-    <!-- jUDDI -->
-    <dependency>
-      <artifactId>juddi</artifactId>
-      <groupId>org.apache.juddi</groupId>
-      <version>SNAPSHOT</version> 
-        <exclusions>
-          <exclusion>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-          </exclusion>
-        </exclusions>
-    </dependency>
-
-    <!-- Axis2 -->
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-kernel</artifactId>
-      <version>${axis2.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jms_1.1_spec</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.axis2</groupId>
-      <artifactId>axis2-saaj</artifactId>
-      <version>${axis2.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jms_1.1_spec</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
-    <!-- Commons logging -->
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
-    </dependency>
-
-    <!-- XML APIs -->
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-
-    <!--  Do I need to add "javax.parsers" and "javax.servlet" libraries -->
-  </dependencies>
-  
-  <distributionManagement>
-    <repository>
-      <id>apache-repo</id>
-      <name>Maven Central Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache-snapshots</id>
-      <name>Apache Development Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>website</id>
-      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
-    </site>
-  </distributionManagement>
-  <properties>
-    <axis2.version>1.4</axis2.version>
-  </properties>
-</project>
+    <version>2.0rc7</version>
+  </parent>
+  <groupId>org.apache.juddi</groupId>
+  <artifactId>juddi-ws</artifactId>
+  <name>jUDDI-WS</name>
+  <description>jUDDI WS-related code</description>
+  <url>http://ws.apache.org/juddi/</url>
+  <version>2.0rc7</version>
+  
+  <packaging>jar</packaging>
+   
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+
+    <plugins>
+      <plugin>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <id>prepareLicenseFiles</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.outputDirectory}/META-INF">
+                  <fileset dir="${basedir}">
+                    <include name="LICENSE.txt"></include>
+                    <include name="NOTICE.txt"></include>
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-one-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>install-maven-one-repository</goal>
+              <goal>deploy-maven-one-repository</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <remoteRepositoryId>apache</remoteRepositoryId>
+          <remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</remoteRepositoryUrl>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-4</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/webservices/juddi/tags/</tagBase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.3</source>
+          <target>1.3</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <descriptors>
+            <descriptor>assembly/bin.xml</descriptor>
+            <descriptor>assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+    </plugins>
+    
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <activation>
+        <property>
+          <name>release</name>
+          <value></value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <attach>true</attach>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  
+  <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/viewvc/webservices/juddi/trunk</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <updatePolicy>never</updatePolicy>
+        <checksumPolicy>fail</checksumPolicy>
+      </snapshots>
+      <id>apache-snapshots</id>
+      <name>Apache Maven2 SNAPSHOTS</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+    </repository>
+    <repository>
+      <releases>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <updatePolicy>never</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </snapshots>
+      <id>apache-ws-snapshots2</id>
+      <name>Apache ws.zones - 2</name>
+      <url>http://ws.zones.apache.org/repository2/</url>
+    </repository>
+    <repository>
+      <releases>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+        <updatePolicy>never</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </snapshots>
+      <id>maven2</id>
+      <name>Maven2 repo</name>
+      <url>http://repo1.maven.org/maven2/</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+          <enabled>false</enabled>
+      </releases>
+      <snapshots>
+      	<enabled>true</enabled>
+      </snapshots>
+      <id>apache-snapshot</id>
+      <name>Apache Snapshot repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+    </pluginRepository>
+    <pluginRepository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots />
+      <id>Codehaus Snapshots</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>freehep-maven</id>
+      <name>Maven FreeHEP</name>
+      <url>http://java.freehep.org/maven2/</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <dependencies>
+
+    <!-- jUDDI -->
+    <dependency>
+      <artifactId>juddi</artifactId>
+      <groupId>org.apache.juddi</groupId>
+      <version>2.0rc7</version> 
+        <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+        </exclusions>
+    </dependency>
+
+    <!-- Axis2 -->
+    <dependency>
+      <groupId>org.apache.axis2</groupId>
+      <artifactId>axis2-kernel</artifactId>
+      <version>${axis2.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-jms_1.1_spec</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.axis2</groupId>
+      <artifactId>axis2-saaj</artifactId>
+      <version>${axis2.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-jms_1.1_spec</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+    <!-- Commons logging -->
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1</version>
+    </dependency>
+
+    <!-- XML APIs -->
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+
+    <!--  Do I need to add "javax.parsers" and "javax.servlet" libraries -->
+  </dependencies>
+  
+  <distributionManagement>
+    <repository>
+      <id>apache-repo</id>
+      <name>Maven Central Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache-snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
+    </site>
+  </distributionManagement>
+  <properties>
+    <axis2.version>1.4</axis2.version>
+  </properties>
+</project>

Modified: webservices/juddi/branches/juddi-2.0rc7/juddi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/juddi/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/juddi/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/juddi/pom.xml Wed Apr 29 03:46:15 2009
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>SNAPSHOT</version>
+    <version>2.0rc7</version>
   </parent>
   
   <name>jUDDI</name>
@@ -14,7 +14,7 @@
   <url>http://ws.apache.org/juddi/</url>
   <artifactId>juddi</artifactId>
   <groupId>org.apache.juddi</groupId>
-  <version>SNAPSHOT</version>
+  <version>2.0rc7</version>
   
   <packaging>jar</packaging>
    

Modified: webservices/juddi/branches/juddi-2.0rc7/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/pom.xml?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc7/pom.xml Wed Apr 29 03:46:15 2009
@@ -1,157 +1,157 @@
-<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>
-  <packaging>pom</packaging>
-  <groupId>org.apache.juddi</groupId>
-  <artifactId>juddi-parent</artifactId>
-  <version>SNAPSHOT</version>
-  <name>jUDDI-parent</name>
-  
-  <description>jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.</description>
-  <url>http://ws.apache.org/juddi/</url>
-  <issueManagement>
-    <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/JUDDI</url>
-  </issueManagement>
-  <ciManagement>
-    <system>Continuum</system>
-    <url>http://vmbuild.apache.org</url>
-    <notifiers>
-      <notifier>
-        <sendOnError>false</sendOnError>
-        <sendOnFailure>false</sendOnFailure>
-        <sendOnSuccess>false</sendOnSuccess>
-        <sendOnWarning>false</sendOnWarning>
-        <configuration>
-          <address>juddi-dev@ws.apache.org</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
-  <inceptionYear>2004</inceptionYear>
-  <mailingLists>
-  <mailingList>
-      <name>jUDDI User List</name>
-      <subscribe>juddi-user-subscribe@ws.apache.org</subscribe>
-      <unsubscribe>juddi-user-unsubscribe@ws.apache.org</unsubscribe>
-      <post>juddi-user@ws.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-user/</archive>
-    </mailingList>
-    <mailingList>
-      <name>jUDDI Developer List</name>
-      <subscribe>juddi-dev-subscribe@ws.apache.org</subscribe>
-      <unsubscribe>juddi-dev-unsubscribe@ws.apache.org</unsubscribe>
-      <post>juddi-dev@ws.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>jUDDI SVN List</name>
-      <subscribe>juddi-cvs-subscribe@ws.apache.org</subscribe>
-      <unsubscribe>juddi-cvs-unsubscribe@ws.apache.org</unsubscribe>
-      <post>juddi-cvs@ws.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-cvs/</archive>
-    </mailingList>
-  </mailingLists>
-  <developers>
-    <developer>
-      <id>sviens</id>
-      <name>Steve Viens</name>
-      <email>steve AT viens.net</email>
-      <url>http://www.viens.net</url>
-      <organization>ASF</organization>
-    </developer>
-    <developer>
-      <id>kstam</id>
-      <name>Kurt Stam</name>
-      <email>kstam AT apache.org</email>
-      <organization>ASF</organization>
-    </developer>
-    <developer>
-      <id>jfaath</id>
-      <name>Jeffrey Faath</name>
-      <email>jfaath AT apache.org</email>
-      <organization>ASF</organization>
-    </developer>
-    <developer>
-      <id>tcunningham</id>
-      <name>Tom Cunningham</name>
-      <email>tcunningham AT apache.org</email>
-      <organization>ASF</organization>
-    </developer>
-    <developer>
-      <id>acutright</id>
-      <name>Andy Cutright</name>
-      <email>acutright AT apache.org</email>
-      <organization>ASF</organization>
-    </developer>
-    <developer>
-      <id>anil</id>
-      <name>Anil Saldhana</name>
-      <email>anil AT apache.org</email>
-      <organization>ASF</organization>
-    </developer>
-    <developer>
-      <id>dims</id>
-      <name>Davanum Srinivas</name>
-      <email>dims AT yahoo.com</email>
-      <organization>ASF</organization>
-    </developer>
-  </developers>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </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>
-  </scm>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-  <modules>
-    <module>juddi</module>
-    <module>juddi-client</module>
-    <module>juddi-ws</module>
-    <module>juddi-web</module>
-    <module>juddi-web-lean</module>
-  </modules>
-  
-  <distributionManagement>
-    <repository>
-      <id>apache-repo</id>
-      <name>Maven Central Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache-snapshots</id>
-      <name>Apache Development Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
-    <site>
-      <id>website</id>
-      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
-    </site>
-  </distributionManagement>
- 
-</project>
+<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>
+  <packaging>pom</packaging>
+  <groupId>org.apache.juddi</groupId>
+  <artifactId>juddi-parent</artifactId>
+  <version>2.0rc7</version>
+  <name>jUDDI-parent</name>
+  
+  <description>jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.</description>
+  <url>http://ws.apache.org/juddi/</url>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/JUDDI</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Continuum</system>
+    <url>http://vmbuild.apache.org</url>
+    <notifiers>
+      <notifier>
+        <sendOnError>false</sendOnError>
+        <sendOnFailure>false</sendOnFailure>
+        <sendOnSuccess>false</sendOnSuccess>
+        <sendOnWarning>false</sendOnWarning>
+        <configuration>
+          <address>juddi-dev@ws.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <inceptionYear>2004</inceptionYear>
+  <mailingLists>
+  <mailingList>
+      <name>jUDDI User List</name>
+      <subscribe>juddi-user-subscribe@ws.apache.org</subscribe>
+      <unsubscribe>juddi-user-unsubscribe@ws.apache.org</unsubscribe>
+      <post>juddi-user@ws.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>jUDDI Developer List</name>
+      <subscribe>juddi-dev-subscribe@ws.apache.org</subscribe>
+      <unsubscribe>juddi-dev-unsubscribe@ws.apache.org</unsubscribe>
+      <post>juddi-dev@ws.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>jUDDI SVN List</name>
+      <subscribe>juddi-cvs-subscribe@ws.apache.org</subscribe>
+      <unsubscribe>juddi-cvs-unsubscribe@ws.apache.org</unsubscribe>
+      <post>juddi-cvs@ws.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-cvs/</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>sviens</id>
+      <name>Steve Viens</name>
+      <email>steve AT viens.net</email>
+      <url>http://www.viens.net</url>
+      <organization>ASF</organization>
+    </developer>
+    <developer>
+      <id>kstam</id>
+      <name>Kurt Stam</name>
+      <email>kstam AT apache.org</email>
+      <organization>ASF</organization>
+    </developer>
+    <developer>
+      <id>jfaath</id>
+      <name>Jeffrey Faath</name>
+      <email>jfaath AT apache.org</email>
+      <organization>ASF</organization>
+    </developer>
+    <developer>
+      <id>tcunningham</id>
+      <name>Tom Cunningham</name>
+      <email>tcunningham AT apache.org</email>
+      <organization>ASF</organization>
+    </developer>
+    <developer>
+      <id>acutright</id>
+      <name>Andy Cutright</name>
+      <email>acutright AT apache.org</email>
+      <organization>ASF</organization>
+    </developer>
+    <developer>
+      <id>anil</id>
+      <name>Anil Saldhana</name>
+      <email>anil AT apache.org</email>
+      <organization>ASF</organization>
+    </developer>
+    <developer>
+      <id>dims</id>
+      <name>Davanum Srinivas</name>
+      <email>dims AT yahoo.com</email>
+      <organization>ASF</organization>
+    </developer>
+  </developers>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </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>
+  </scm>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  <modules>
+    <module>juddi</module>
+    <module>juddi-client</module>
+    <module>juddi-ws</module>
+    <module>juddi-web</module>
+    <module>juddi-web-lean</module>
+  </modules>
+  
+  <distributionManagement>
+    <repository>
+      <id>apache-repo</id>
+      <name>Maven Central Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache-snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
+    </site>
+  </distributionManagement>
+ 
+</project>

Modified: webservices/juddi/branches/juddi-2.0rc7/src/main/java/org/apache/juddi/util/Release.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc7/src/main/java/org/apache/juddi/util/Release.java?rev=769638&r1=769637&r2=769638&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc7/src/main/java/org/apache/juddi/util/Release.java (original)
+++ webservices/juddi/branches/juddi-2.0rc7/src/main/java/org/apache/juddi/util/Release.java Wed Apr 29 03:46:15 2009
@@ -20,7 +20,7 @@
  */
 public class Release 
 {
-  private static final String REGISTRY_VERSION = "2.0rc5";
+  private static final String REGISTRY_VERSION = "2.0rc7";
   private static final String UDDI_VERSION = "2.0";
   
   // Made private to avoid instantiation



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