Author: [email protected]
Date: Wed Apr 20 18:31:54 2011
New Revision: 1023
Log:
[Amdatu release]prepare for next development iteration
Modified:
trunk/amdatu-web/dispatcher/pom.xml
trunk/amdatu-web/httpcontext/pom.xml
trunk/amdatu-web/jsp/pom.xml
trunk/amdatu-web/pom.xml
trunk/amdatu-web/resource/pom.xml
trunk/amdatu-web/rest-jaxrs/pom.xml
trunk/amdatu-web/rest-wink/pom.xml
trunk/amdatu-web/tenantresolver-hostname/pom.xml
trunk/amdatu-web/tenantresolver-parameter/pom.xml
Modified: trunk/amdatu-web/dispatcher/pom.xml
==============================================================================
--- trunk/amdatu-web/dispatcher/pom.xml (original)
+++ trunk/amdatu-web/dispatcher/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.dispatcher</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/httpcontext/pom.xml
==============================================================================
--- trunk/amdatu-web/httpcontext/pom.xml (original)
+++ trunk/amdatu-web/httpcontext/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.httpcontext</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/jsp/pom.xml
==============================================================================
--- trunk/amdatu-web/jsp/pom.xml (original)
+++ trunk/amdatu-web/jsp/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.jsp</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/pom.xml
==============================================================================
--- trunk/amdatu-web/pom.xml (original)
+++ trunk/amdatu-web/pom.xml Wed Apr 20 18:31:54 2011
@@ -9,7 +9,7 @@
</parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
<name>Amdatu Web</name>
<description>This module consists of all Web related bundles</description>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
</repositories>
<scm>
-
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.web-0.2.0</connection>
-
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.web-0.2.0</developerConnection>
-
<url>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.web-0.2.0</url>
+
<connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-web</connection>
+
<developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-web</developerConnection>
+ <url>http://subversion.amdatu.org/viewvc/amdatu/amdatu-web</url>
</scm>
<properties>
Modified: trunk/amdatu-web/resource/pom.xml
==============================================================================
--- trunk/amdatu-web/resource/pom.xml (original)
+++ trunk/amdatu-web/resource/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.resource</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/rest-jaxrs/pom.xml
==============================================================================
--- trunk/amdatu-web/rest-jaxrs/pom.xml (original)
+++ trunk/amdatu-web/rest-jaxrs/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.jaxrs</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/rest-wink/pom.xml
==============================================================================
--- trunk/amdatu-web/rest-wink/pom.xml (original)
+++ trunk/amdatu-web/rest-wink/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.wink</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/tenantresolver-hostname/pom.xml
==============================================================================
--- trunk/amdatu-web/tenantresolver-hostname/pom.xml (original)
+++ trunk/amdatu-web/tenantresolver-hostname/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.tenantresolver.hostname</artifactId>
<packaging>bundle</packaging>
Modified: trunk/amdatu-web/tenantresolver-parameter/pom.xml
==============================================================================
--- trunk/amdatu-web/tenantresolver-parameter/pom.xml (original)
+++ trunk/amdatu-web/tenantresolver-parameter/pom.xml Wed Apr 20 18:31:54 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.amdatu.web</groupId>
<artifactId>org.amdatu.web</artifactId>
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.amdatu.web.tenantresolver.parameter</artifactId>
<packaging>bundle</packaging>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits