瀏覽代碼

Update sandbox poms post-release

Luke Taylor 17 年之前
父節點
當前提交
d5df35f739
共有 6 個文件被更改,包括 7 次插入9 次删除
  1. 1 2
      sandbox/captcha/pom.xml
  2. 1 1
      sandbox/itest/pom.xml
  3. 1 1
      sandbox/itest/web/pom.xml
  4. 1 1
      sandbox/other/pom.xml
  5. 2 2
      sandbox/pom.xml
  6. 1 2
      sandbox/webwork/pom.xml

+ 1 - 2
sandbox/captcha/pom.xml

@@ -3,13 +3,12 @@
     <parent>
         <artifactId>spring-security-parent</artifactId>
         <groupId>org.springframework.security</groupId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-captcha</artifactId>
     <name>Spring Security - Captcha module</name>
-    <version>2.0.2-SNAPSHOT</version>
 
     <dependencies>
         <dependency>

+ 1 - 1
sandbox/itest/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>spring-security-itest</artifactId>
     <name>Spring Security - Integration Tests</name>
     <packaging>pom</packaging>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.4-SNAPSHOT</version>
     <modules>
         <module>web</module>
         <!-- module>webflow</module-->

+ 1 - 1
sandbox/itest/web/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-itest</artifactId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.4-SNAPSHOT</version>
     </parent>
     <artifactId>spring-security-itest-web</artifactId>
     <name>Spring Security - Web Integration Tests</name>

+ 1 - 1
sandbox/other/pom.xml

@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-sandbox</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>spring-security-sandbox-other</artifactId>
   <name>Spring Security - Other Sandbox Code</name>

+ 2 - 2
sandbox/pom.xml

@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>spring-security-sandbox</artifactId>
   <name>Spring Security - Sandbox</name>
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-core</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>${pom.version}</version>
     </dependency>
   </dependencies>
   

+ 1 - 2
sandbox/webwork/pom.xml

@@ -3,12 +3,11 @@
   <parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-sandbox</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.4-SNAPSHOT</version>
   </parent>
   <artifactId>spring-security-webwork</artifactId>
   <name>Spring Security - Webwork support</name>
   <description>Spring Security - Support for WebWork 2</description>
-  <version>0.3-SNAPSHOT</version>
 
   <dependencies>
     <dependency>