Author: [email protected] Date: Fri Oct 7 16:57:15 2011 New Revision: 1460
Log: [Amdatu release]prepare release org.amdatu.libraries-0.2.1-RC1 Modified: trunk/amdatu-libraries/fsstorage/pom.xml trunk/amdatu-libraries/pom.xml trunk/amdatu-libraries/utilities/pom.xml trunk/amdatu-libraries/warsupport/pom.xml Modified: trunk/amdatu-libraries/fsstorage/pom.xml ============================================================================== --- trunk/amdatu-libraries/fsstorage/pom.xml (original) +++ trunk/amdatu-libraries/fsstorage/pom.xml Fri Oct 7 16:57: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.libraries</groupId> <artifactId>org.amdatu.libraries</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.libraries.fsstorage</artifactId> <packaging>jar</packaging> Modified: trunk/amdatu-libraries/pom.xml ============================================================================== --- trunk/amdatu-libraries/pom.xml (original) +++ trunk/amdatu-libraries/pom.xml Fri Oct 7 16:57:15 2011 @@ -10,7 +10,7 @@ <groupId>org.amdatu.libraries</groupId> <artifactId>org.amdatu.libraries</artifactId> <packaging>pom</packaging> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> <name>Amdatu Libraries</name> <description>This module consists of all Amdatu libraries. Amdatu libraries are a set of utility classes which should be embedded by bundles using them.</description> @@ -44,4 +44,10 @@ <module>fsstorage</module> <module>warsupport</module> </modules> + + <scm> + <connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.libraries-0.2.1-RC1</connection> + <developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.libraries-0.2.1-RC1</developerConnection> + <url>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.libraries-0.2.1-RC1</url> + </scm> </project> \ No newline at end of file Modified: trunk/amdatu-libraries/utilities/pom.xml ============================================================================== --- trunk/amdatu-libraries/utilities/pom.xml (original) +++ trunk/amdatu-libraries/utilities/pom.xml Fri Oct 7 16:57: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.libraries</groupId> <artifactId>org.amdatu.libraries</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.libraries.utilities</artifactId> <packaging>jar</packaging> Modified: trunk/amdatu-libraries/warsupport/pom.xml ============================================================================== --- trunk/amdatu-libraries/warsupport/pom.xml (original) +++ trunk/amdatu-libraries/warsupport/pom.xml Fri Oct 7 16:57: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.libraries</groupId> <artifactId>org.amdatu.libraries</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1-RC1</version> </parent> <artifactId>org.amdatu.libraries.warsupport</artifactId> <packaging>jar</packaging> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
