Author: deepal
Date: Thu Jan 31 21:31:35 2008
New Revision: 13209
Log:
fixed pom.xml files to generate 1.0-SNAPSHOT and 1.0.1-SNAPSHOT of the core jar
Modified:
branches/registry/1_0/modules/core/pom.xml
branches/registry/1_0/modules/distribution/pom.xml
branches/registry/1_0/modules/documentation/pom.xml
branches/registry/1_0/modules/webapps/conf/web.xml
branches/registry/1_0/modules/webapps/pom.xml
branches/registry/1_0/pom.xml
Modified: branches/registry/1_0/modules/core/pom.xml
==============================================================================
--- branches/registry/1_0/modules/core/pom.xml (original)
+++ branches/registry/1_0/modules/core/pom.xml Thu Jan 31 21:31:35 2008
@@ -4,12 +4,13 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2registry-core</artifactId>
<packaging>jar</packaging>
+ <version>1.0.1-SNAPSHOT</version>
<name>WSO2 Registry - Core</name>
<build>
<resources>
Modified: branches/registry/1_0/modules/distribution/pom.xml
==============================================================================
--- branches/registry/1_0/modules/distribution/pom.xml (original)
+++ branches/registry/1_0/modules/distribution/pom.xml Thu Jan 31 21:31:35 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
Modified: branches/registry/1_0/modules/documentation/pom.xml
==============================================================================
--- branches/registry/1_0/modules/documentation/pom.xml (original)
+++ branches/registry/1_0/modules/documentation/pom.xml Thu Jan 31 21:31:35 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>wso2registry-documentation</artifactId>
Modified: branches/registry/1_0/modules/webapps/conf/web.xml
==============================================================================
--- branches/registry/1_0/modules/webapps/conf/web.xml (original)
+++ branches/registry/1_0/modules/webapps/conf/web.xml Thu Jan 31 21:31:35 2008
@@ -72,8 +72,4 @@
<servlet-name>Abdera</servlet-name>
<url-pattern>/atom/*</url-pattern>
</servlet-mapping>
- <servlet-mapping id="abdera-feed-mapping">
- <servlet-name>Abdera</servlet-name>
- <url-pattern>/feed/*</url-pattern>
- </servlet-mapping>
</web-app>
Modified: branches/registry/1_0/modules/webapps/pom.xml
==============================================================================
--- branches/registry/1_0/modules/webapps/pom.xml (original)
+++ branches/registry/1_0/modules/webapps/pom.xml Thu Jan 31 21:31:35 2008
@@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2registry-webapp</artifactId>
@@ -103,7 +103,7 @@
<dependency>
<groupId>org.wso2.registry</groupId>
<artifactId>wso2registry-core</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<exclusions>
<exclusion><groupId>javax.servlet</groupId><artifactId>servlet-api</artifactId></exclusion>
<exclusion><groupId>tomcat</groupId><artifactId>naming-factory</artifactId></exclusion>
Modified: branches/registry/1_0/pom.xml
==============================================================================
--- branches/registry/1_0/pom.xml (original)
+++ branches/registry/1_0/pom.xml Thu Jan 31 21:31:35 2008
@@ -24,7 +24,7 @@
<groupId>org.wso2.registry</groupId>
<artifactId>org.wso2.registry</artifactId>
<packaging>pom</packaging>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<name>WSO2 Repository</name>
<url>http://wso2.org/projects/registry</url>
@@ -363,7 +363,7 @@
</build>
<properties>
- <version>SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<junit.version>3.8.2</junit.version>
<log4j.version>1.2.13</log4j.version>
<javamail.version>1.4</javamail.version>
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev