Author: cwiklik Date: Tue Oct 13 16:15:09 2015 New Revision: 1708456 URL: http://svn.apache.org/viewvc?rev=1708456&view=rev Log: UIMA-4609 reverts poms back to 2.0.1-SNAPSHOT
Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-agent/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-cli/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-common/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-container/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-duccdocs/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-examples/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-orchestrator/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-pm/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-rm/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-sm/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-spawn/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-transport/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-user/pom.xml uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-web/pom.xml Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/pom.xml Tue Oct 13 16:15:09 2015 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-agent/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-agent/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-agent/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-agent/pom.xml Tue Oct 13 16:15:09 2015 @@ -22,7 +22,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-cli/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-cli/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-cli/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-cli/pom.xml Tue Oct 13 16:15:09 2015 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-common/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-common/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-common/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-common/pom.xml Tue Oct 13 16:15:09 2015 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-container/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-container/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-container/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-container/pom.xml Tue Oct 13 16:15:09 2015 @@ -15,7 +15,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-duccdocs/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-duccdocs/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-duccdocs/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-duccdocs/pom.xml Tue Oct 13 16:15:09 2015 @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-examples/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-examples/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-examples/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-examples/pom.xml Tue Oct 13 16:15:09 2015 @@ -23,7 +23,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-orchestrator/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-orchestrator/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-orchestrator/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-orchestrator/pom.xml Tue Oct 13 16:15:09 2015 @@ -23,7 +23,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml Tue Oct 13 16:15:09 2015 @@ -28,7 +28,7 @@ </parent> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <!-- Add project inception year. This is used by javadoc plugin --> <!-- also used when generating NOTICE file for DUCC's jars --> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-pm/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-pm/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-pm/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-pm/pom.xml Tue Oct 13 16:15:09 2015 @@ -22,7 +22,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-rm/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-rm/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-rm/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-rm/pom.xml Tue Oct 13 16:15:09 2015 @@ -22,7 +22,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-sm/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-sm/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-sm/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-sm/pom.xml Tue Oct 13 16:15:09 2015 @@ -16,7 +16,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-spawn/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-spawn/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-spawn/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-spawn/pom.xml Tue Oct 13 16:15:09 2015 @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-transport/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-transport/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-transport/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-transport/pom.xml Tue Oct 13 16:15:09 2015 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>uima-ducc-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> <!-- Inherits groupid and version from the parent pom project coordinates --> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-user/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-user/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-user/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-user/pom.xml Tue Oct 13 16:15:09 2015 @@ -22,7 +22,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent> Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-web/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-web/pom.xml?rev=1708456&r1=1708455&r2=1708456&view=diff ============================================================================== --- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-web/pom.xml (original) +++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-web/pom.xml Tue Oct 13 16:15:09 2015 @@ -23,7 +23,7 @@ <parent> <artifactId>uima-ducc-parent</artifactId> <groupId>org.apache.uima</groupId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../uima-ducc-parent/pom.xml</relativePath> </parent>