2
0
Эх сурвалжийг харах

Prepare for 1.0.4 release using Maven 1.0.2 as build system.

Ben Alex 18 жил өмнө
parent
commit
451ba4dad0

+ 2 - 2
.classpath

@@ -34,8 +34,8 @@
 	<classpathentry kind="src" path="adapters/resin/src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="MAVEN_REPO/com.caucho/jars/resin-3.0.9.jar"/>
-	<classpathentry kind="var" path="MAVEN_REPO/org.springframework/jars/spring-2.0.4.jar"/>
-	<classpathentry kind="var" path="MAVEN_REPO/org.springframework/jars/spring-mock-2.0.4.jar"/>
+	<classpathentry kind="var" path="MAVEN_REPO/org.springframework/jars/spring-1.2.9.jar" sourcepath="/MAVEN_REPO/org.springframework/src/spring-1.2.9-sources.jar"/>
+	<classpathentry kind="var" path="MAVEN_REPO/org.springframework/jars/spring-mock-1.2.9.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/aspectj/jars/aspectjrt-1.2.jar"/>
 	<classpathentry kind="var" path="MAVEN_REPO/cas/jars/casclient-2.0.11.jar"/>

+ 1 - 1
adapters/project.xml

@@ -13,7 +13,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.4</version>
       <type>jar</type>
       <url>http://acegisecurity.org</url>
       <properties>

+ 1 - 1
core-tiger/project.xml

@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
       <type>jar</type>
     </dependency>
   </dependencies>

+ 3 - 3
project.xml

@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>org.acegisecurity</groupId>
-  <currentVersion>1.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.0.4</currentVersion>
   <package>org.acegisecurity</package>
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>
@@ -288,7 +288,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
-      <version>2.0.4</version>
+      <version>1.2.9</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -298,7 +298,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-mock</artifactId>
-      <version>2.0.4</version>
+      <version>1.2.9</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
     </dependency>

+ 1 - 1
samples/annotations/project.xml

@@ -14,7 +14,7 @@
       <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security-tiger</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.4</version>
       <type>jar</type>
     </dependency>
   </dependencies>

+ 1 - 1
samples/contacts-tiger/project.xml

@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security-tiger</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
       <type>jar</type>
       <properties>
         <war.bundle>true</war.bundle>

+ 1 - 1
samples/project.xml

@@ -11,7 +11,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.4</version>
       <type>jar</type>
       <url>http://acegisecurity.org</url>
       <properties>