You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2013/07/08 18:22:44 UTC

svn commit: r1500819 - in /oodt/tags/0.6: cli/ commons/ metadata/ mvn/archetypes/radix/src/main/resources/META-INF/maven/ mvn/archetypes/radix/src/test/resources/projects/basic/ pcs/input/ protocol/api/ protocol/ftp/ protocol/http/ protocol/imaps/

Author: mattmann
Date: Mon Jul  8 16:22:43 2013
New Revision: 1500819

URL: http://svn.apache.org/r1500819
Log:
Fix mvn:release plugin weirdness.

Modified:
    oodt/tags/0.6/cli/pom.xml
    oodt/tags/0.6/commons/pom.xml
    oodt/tags/0.6/metadata/pom.xml
    oodt/tags/0.6/mvn/archetypes/radix/src/main/resources/META-INF/maven/archetype-metadata.xml
    oodt/tags/0.6/mvn/archetypes/radix/src/test/resources/projects/basic/archetype.properties
    oodt/tags/0.6/pcs/input/pom.xml
    oodt/tags/0.6/protocol/api/pom.xml
    oodt/tags/0.6/protocol/ftp/pom.xml
    oodt/tags/0.6/protocol/http/pom.xml
    oodt/tags/0.6/protocol/imaps/pom.xml

Modified: oodt/tags/0.6/cli/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/cli/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/cli/pom.xml (original)
+++ oodt/tags/0.6/cli/pom.xml Mon Jul  8 16:22:43 2013
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-cli</artifactId>

Modified: oodt/tags/0.6/commons/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/commons/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/commons/pom.xml (original)
+++ oodt/tags/0.6/commons/pom.xml Mon Jul  8 16:22:43 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>

Modified: oodt/tags/0.6/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/metadata/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/metadata/pom.xml (original)
+++ oodt/tags/0.6/metadata/pom.xml Mon Jul  8 16:22:43 2013
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</artifactId>

Modified: oodt/tags/0.6/mvn/archetypes/radix/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/mvn/archetypes/radix/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/mvn/archetypes/radix/src/main/resources/META-INF/maven/archetype-metadata.xml (original)
+++ oodt/tags/0.6/mvn/archetypes/radix/src/main/resources/META-INF/maven/archetype-metadata.xml Mon Jul  8 16:22:43 2013
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <requiredProperties>
     <requiredProperty key="oodt">
-      <defaultValue>0.6-SNAPSHOT</defaultValue>
+      <defaultValue>0.6</defaultValue>
     </requiredProperty>
   </requiredProperties>
   <modules>

Modified: oodt/tags/0.6/mvn/archetypes/radix/src/test/resources/projects/basic/archetype.properties
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/mvn/archetypes/radix/src/test/resources/projects/basic/archetype.properties?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/mvn/archetypes/radix/src/test/resources/projects/basic/archetype.properties (original)
+++ oodt/tags/0.6/mvn/archetypes/radix/src/test/resources/projects/basic/archetype.properties Mon Jul  8 16:22:43 2013
@@ -2,4 +2,4 @@
 version=0.1-SNAPSHOT
 groupId=archetype.it
 artifactId=basic
-oodt=0.6-SNAPSHOT
+oodt=0.6

Modified: oodt/tags/0.6/pcs/input/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/pcs/input/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/pcs/input/pom.xml (original)
+++ oodt/tags/0.6/pcs/input/pom.xml Mon Jul  8 16:22:43 2013
@@ -22,7 +22,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Input Data Package</name>

Modified: oodt/tags/0.6/protocol/api/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/protocol/api/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/protocol/api/pom.xml (original)
+++ oodt/tags/0.6/protocol/api/pom.xml Mon Jul  8 16:22:43 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-api</artifactId>

Modified: oodt/tags/0.6/protocol/ftp/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/protocol/ftp/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/protocol/ftp/pom.xml (original)
+++ oodt/tags/0.6/protocol/ftp/pom.xml Mon Jul  8 16:22:43 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-ftp</artifactId>

Modified: oodt/tags/0.6/protocol/http/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/protocol/http/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/protocol/http/pom.xml (original)
+++ oodt/tags/0.6/protocol/http/pom.xml Mon Jul  8 16:22:43 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-http</artifactId>

Modified: oodt/tags/0.6/protocol/imaps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.6/protocol/imaps/pom.xml?rev=1500819&r1=1500818&r2=1500819&view=diff
==============================================================================
--- oodt/tags/0.6/protocol/imaps/pom.xml (original)
+++ oodt/tags/0.6/protocol/imaps/pom.xml Mon Jul  8 16:22:43 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.6</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-imaps</artifactId>