Author: glen
Date: Mon Jan 21 19:48:05 2008
New Revision: 12666
Log:
Recommitting the ${version} change to test on unix. This works totally fine on
Windows.
Will roll back again if there are insurmountable issues.
Modified:
trunk/registry/modules/core/pom.xml
trunk/registry/modules/distribution/pom.xml
trunk/registry/modules/documentation/pom.xml
trunk/registry/modules/webapps/pom.xml
trunk/registry/pom.xml
Modified: trunk/registry/modules/core/pom.xml
==============================================================================
--- trunk/registry/modules/core/pom.xml (original)
+++ trunk/registry/modules/core/pom.xml Mon Jan 21 19:48:05 2008
@@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>${version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/registry/modules/distribution/pom.xml
==============================================================================
--- trunk/registry/modules/distribution/pom.xml (original)
+++ trunk/registry/modules/distribution/pom.xml Mon Jan 21 19:48:05 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>${version}</version>
</parent>
Modified: trunk/registry/modules/documentation/pom.xml
==============================================================================
--- trunk/registry/modules/documentation/pom.xml (original)
+++ trunk/registry/modules/documentation/pom.xml Mon Jan 21 19:48:05 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>${version}</version>
</parent>
<artifactId>wso2registry-documentation</artifactId>
Modified: trunk/registry/modules/webapps/pom.xml
==============================================================================
--- trunk/registry/modules/webapps/pom.xml (original)
+++ trunk/registry/modules/webapps/pom.xml Mon Jan 21 19:48:05 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>${version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2registry-webapp</artifactId>
Modified: trunk/registry/pom.xml
==============================================================================
--- trunk/registry/pom.xml (original)
+++ trunk/registry/pom.xml Mon Jan 21 19:48:05 2008
@@ -24,7 +24,7 @@
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
<packaging>pom</packaging>
- <version>SNAPSHOT</version>
+ <version>${version}</version>
<name>WSO2 Repository</name>
<url>http://wso2.org/projects/registry</url>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev