Author: ruwan Date: Sat Jul 4 20:14:49 2009 New Revision: 40822 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40822
Log: Fixing the versions Modified: branches/solutions/identity/2.0/product/modules/distribution/pom.xml branches/solutions/identity/2.0/product/modules/documentation/pom.xml branches/solutions/identity/2.0/product/modules/styles/pom.xml branches/solutions/identity/2.0/product/pom.xml Modified: branches/solutions/identity/2.0/product/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/distribution/pom.xml?rev=40822&r1=40821&r2=40822&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/distribution/pom.xml (original) +++ branches/solutions/identity/2.0/product/modules/distribution/pom.xml Sat Jul 4 20:14:49 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.identity</groupId> <artifactId>identity-server-parent</artifactId> - <version>2.0.0.SNAPSHOT</version> + <version>2.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/solutions/identity/2.0/product/modules/documentation/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/documentation/pom.xml?rev=40822&r1=40821&r2=40822&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/documentation/pom.xml (original) +++ branches/solutions/identity/2.0/product/modules/documentation/pom.xml Sat Jul 4 20:14:49 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.identity</groupId> <artifactId>identity-server-parent</artifactId> - <version>2.0.0.SNAPSHOT</version> + <version>2.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/solutions/identity/2.0/product/modules/styles/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/modules/styles/pom.xml?rev=40822&r1=40821&r2=40822&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/modules/styles/pom.xml (original) +++ branches/solutions/identity/2.0/product/modules/styles/pom.xml Sat Jul 4 20:14:49 2009 @@ -5,12 +5,12 @@ <parent> <groupId>org.wso2.identity</groupId> <artifactId>identity-server-parent</artifactId> - <version>2.0.0.SNAPSHOT</version> + <version>2.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.identity.styles</artifactId> - <version>2.0.0.SNAPSHOT</version> + <version>2.0.0</version> <packaging>bundle</packaging> <name>Identity Server : UI styles</name> <url>http://wso2.org</url> @@ -35,7 +35,7 @@ <instructions> <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> <Bundle-Name>${pom.artifactId}</Bundle-Name> - <Bundle-Version>2.0.0.SNAPSHOT</Bundle-Version> + <Bundle-Version>2.0.0</Bundle-Version> <Private-Package>org.wso2.identity.styles.internal</Private-Package> <Bundle-Activator>org.wso2.identity.styles.internal.Activator</Bundle-Activator> <Import-Package> Modified: branches/solutions/identity/2.0/product/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/solutions/identity/2.0/product/pom.xml?rev=40822&r1=40821&r2=40822&view=diff ============================================================================== --- branches/solutions/identity/2.0/product/pom.xml (original) +++ branches/solutions/identity/2.0/product/pom.xml Sat Jul 4 20:14:49 2009 @@ -8,7 +8,7 @@ <artifactId>identity-server-parent</artifactId> <packaging>pom</packaging> <description>WSO2 Identity Server</description> - <version>2.0.0.SNAPSHOT</version> + <version>2.0.0</version> <name>WSO2 Identity Server</name> <url>http://wso2.org/projects/solutions/identity</url> @@ -446,7 +446,7 @@ </distributionManagement> <properties> - <carbon.version>2.0.0.SNAPSHOT</carbon.version> + <carbon.version>2.0.0</carbon.version> <eclipse.version>3.2.0</eclipse.version> <servlet-api.version>2.4</servlet-api.version> <bcprov.jdk13.version>132</bcprov.jdk13.version> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
