Author: [email protected] Date: Fri Oct 7 17:48:15 2011 New Revision: 1469
Log: [Amdatu release]prepare release org.amdatu.web-0.2.1-RC1 Modified: trunk/amdatu-web/dispatcher/pom.xml trunk/amdatu-web/httpcontext/pom.xml trunk/amdatu-web/itest/base/pom.xml trunk/amdatu-web/itest/pom.xml trunk/amdatu-web/itest/tests/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 Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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 Fri Oct 7 17:48:15 2011 @@ -20,7 +20,7 @@ <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.web.httpcontext</artifactId> <packaging>bundle</packaging> Modified: trunk/amdatu-web/itest/base/pom.xml ============================================================================== --- trunk/amdatu-web/itest/base/pom.xml (original) +++ trunk/amdatu-web/itest/base/pom.xml Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web.itest</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.web.itest.base</artifactId> <packaging>bundle</packaging> Modified: trunk/amdatu-web/itest/pom.xml ============================================================================== --- trunk/amdatu-web/itest/pom.xml (original) +++ trunk/amdatu-web/itest/pom.xml Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.web.itest</artifactId> <packaging>pom</packaging> Modified: trunk/amdatu-web/itest/tests/pom.xml ============================================================================== --- trunk/amdatu-web/itest/tests/pom.xml (original) +++ trunk/amdatu-web/itest/tests/pom.xml Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web.itest</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.web.itest.tests</artifactId> <packaging>jar</packaging> Modified: trunk/amdatu-web/jsp/pom.xml ============================================================================== --- trunk/amdatu-web/jsp/pom.xml (original) +++ trunk/amdatu-web/jsp/pom.xml Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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 Fri Oct 7 17:48:15 2011 @@ -15,8 +15,7 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu</groupId> @@ -26,7 +25,7 @@ </parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> <name>Amdatu Web</name> <description>This module consists of all Web related bundles</description> <packaging>pom</packaging> @@ -57,9 +56,9 @@ </repositories> <scm> - <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> + <connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.web-0.2.1-RC1</connection> + <developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.web-0.2.1-RC1</developerConnection> + <url>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.web-0.2.1-RC1</url> </scm> <properties> Modified: trunk/amdatu-web/resource/pom.xml ============================================================================== --- trunk/amdatu-web/resource/pom.xml (original) +++ trunk/amdatu-web/resource/pom.xml Fri Oct 7 17:48:15 2011 @@ -20,7 +20,7 @@ <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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 Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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 Fri Oct 7 17:48:15 2011 @@ -20,7 +20,7 @@ <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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 Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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 Fri Oct 7 17:48:15 2011 @@ -15,13 +15,12 @@ limitations under the License.verning permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.web</groupId> <artifactId>org.amdatu.web</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</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
