1
0
mirror of synced 2026-05-22 21:33:16 +00:00

[maven-release-plugin] rollback the release of release_2_0_M1

This commit is contained in:
Luke Taylor
2008-01-02 22:31:09 +00:00
parent 42dcccd1b7
commit 09242ec66d
15 changed files with 262 additions and 250 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
<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">
<?xml version="1.0" encoding="ISO-8859-1"?>
<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.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0-M1</version>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>spring-security-samples-dms</artifactId>
<name>Spring Security - DMS sample</name>
@@ -39,4 +42,4 @@
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
</project>