Bläddra i källkod

Prepare for 0.7.1.

Ben Alex 20 år sedan
förälder
incheckning
da0234452a
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      adapters/project.xml
  2. 1 1
      project.xml
  3. 1 1
      samples/project.xml

+ 1 - 1
adapters/project.xml

@@ -14,7 +14,7 @@
     <dependency>
       <groupId>acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>0.7.0</version>
+      <version>0.7.1-SNAPSHOT</version>
       <type>jar</type>
       <url>http://acegisecurity.sourceforge.net</url>
       <properties>

+ 1 - 1
project.xml

@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>acegisecurity</groupId>
-  <currentVersion>0.7.0</currentVersion>
+  <currentVersion>0.7.1-SNAPSHOT</currentVersion>
   <package>net.sf.acegisecurity</package>
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>

+ 1 - 1
samples/project.xml

@@ -11,7 +11,7 @@
     <dependency>
       <groupId>acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>0.7.0</version>
+      <version>0.7.1-SNAPSHOT</version>
       <type>jar</type>
       <url>http://acegisecurity.sourceforge.net</url>
       <properties>