Author: glen
Date: Mon Jan 21 20:51:46 2008
New Revision: 12668
Log:
OK, apparently *offline* builds won't work with version set like this. :(
Table this idea for now - if there's an easier way to group versions with a
common setting, we'll research it later.
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 20:51:46 2008
@@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>${version}</version>
+ <version>SNAPSHOT</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 20:51:46 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>${version}</version>
+ <version>SNAPSHOT</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 20:51:46 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>${version}</version>
+ <version>SNAPSHOT</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 20:51:46 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>${version}</version>
+ <version>SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2registry-webapp</artifactId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.wso2.registry</groupId>
<artifactId>wso2registry-core</artifactId>
- <version>${version}</version>
+ <version>SNAPSHOT</version>
<exclusions>
<exclusion><groupId>javax.servlet</groupId><artifactId>servlet-api</artifactId></exclusion>
<exclusion><groupId>tomcat</groupId><artifactId>naming-factory</artifactId></exclusion>
Modified: trunk/registry/pom.xml
==============================================================================
--- trunk/registry/pom.xml (original)
+++ trunk/registry/pom.xml Mon Jan 21 20:51:46 2008
@@ -24,7 +24,7 @@
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
<packaging>pom</packaging>
- <version>${version}</version>
+ <version>SNAPSHOT</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