You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/04/26 06:01:03 UTC

svn commit: r1330644 - in /incubator/airavata/branches/0.2-incubating-SNAPSHOT: ./ modules/commons/ modules/commons/gfac-schema/ modules/commons/registry-api/ modules/commons/utils/ modules/commons/workflow-execution-context/ modules/commons/workflow-t...

Author: smarru
Date: Thu Apr 26 04:01:02 2012
New Revision: 1330644

URL: http://svn.apache.org/viewvc?rev=1330644&view=rev
Log:
[maven-release-plugin] prepare release airavata-0.2-incubating

Modified:
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/gfac-schema/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/registry-api/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/utils/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-execution-context/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-tracking/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-axis2/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-core/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/test-suite/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/client/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/commons/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/distribution/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebox/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebroker/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/xbaya-gui/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/complex-math-service/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/levenshtein-distance-service/pom.xml
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/simple-math-service/pom.xml

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/gfac-schema/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/gfac-schema/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/gfac-schema/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/gfac-schema/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>commons</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/registry-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/registry-api/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/registry-api/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/registry-api/pom.xml Thu Apr 26 04:01:02 2012
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.2-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/utils/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/utils/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/utils/pom.xml Thu Apr 26 04:01:02 2012
@@ -16,7 +16,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>commons</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-execution-context/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-execution-context/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-execution-context/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-execution-context/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>commons</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-tracking/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-tracking/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-tracking/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/commons/workflow-tracking/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>commons</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/distribution/pom.xml Thu Apr 26 04:01:02 2012
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-axis2/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-axis2/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-axis2/pom.xml Thu Apr 26 04:01:02 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.2-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -61,7 +61,7 @@
                         <phase>prepare-package</phase>
                         <configuration>
                             <tasks>
-                                <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml"/>
+                                <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml" />
                             </tasks>
                         </configuration>
                         <goals>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-core/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-core/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/gfac-core/pom.xml Thu Apr 26 04:01:02 2012
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/test-suite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/test-suite/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/test-suite/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/test-suite/pom.xml Thu Apr 26 04:01:02 2012
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/client/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/client/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/client/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>ws-messenger</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/commons/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/commons/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/commons/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>ws-messenger</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/distribution/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/distribution/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/distribution/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>ws-messenger</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebox/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebox/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebox/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebox/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>ws-messenger</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.2-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -72,7 +72,7 @@
                         <phase>prepare-package</phase>
                         <configuration>
                             <tasks>
-                                <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml"/>
+                                <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml" />
                             </tasks>
                         </configuration>
                         <goals>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebroker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebroker/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebroker/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/messagebroker/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>ws-messenger</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
       <phase>prepare-package</phase>
       <configuration>
         <tasks>
-          <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml"/>
+          <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml" />
         </tasks>
       </configuration>
       <goals>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/ws-messenger/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/xbaya-gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/xbaya-gui/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/xbaya-gui/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/modules/xbaya-gui/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
@@ -147,7 +147,7 @@
       <phase>prepare-package</phase>
       <configuration>
         <tasks>
-          <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml"/>
+          <copy file="${project.build.outputDirectory}/services.xml" tofile="${project.build.outputDirectory}/META-INF/services.xml" />
         </tasks>
       </configuration>
       <goals>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml Thu Apr 26 04:01:02 2012
@@ -26,15 +26,15 @@
 	<artifactId>airavata</artifactId>
 	<packaging>pom</packaging>
 	<name>Apache Airavata</name>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-incubating</version>
 
 	<url>http://incubator.apache.org/airavata/</url>
 	<inceptionYear>2011</inceptionYear>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/airavata/branches/0.2-incubating-SNAPSHOT</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/airavata/branches/0.2-incubating-SNAPSHOT</developerConnection>
-		<url>http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/airavata/tags/airavata-0.2-incubating</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/airavata/tags/airavata-0.2-incubating</developerConnection>
+		<url>http://svn.apache.org/viewvc/incubator/airavata/tags/airavata-0.2-incubating</url>
 	</scm>
 
 	<mailingLists>

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/complex-math-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/complex-math-service/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/complex-math-service/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/complex-math-service/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/levenshtein-distance-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/levenshtein-distance-service/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/levenshtein-distance-service/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/levenshtein-distance-service/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/simple-math-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/simple-math-service/pom.xml?rev=1330644&r1=1330643&r2=1330644&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/simple-math-service/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/samples/simple-math-service/pom.xml Thu Apr 26 04:01:02 2012
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-incubating</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>