[java-opensaml2 COMMIT] /branches/REL_2/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 19 14:55:57 EST 2013


Author: scantor
Date: Tue Feb 19 14:55:57 2013
New Revision: 1624

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1624&view=rev
Log:
Added -SNAPSHOT to versions and dependencies until release.

Modified:
    branches/REL_2/pom.xml

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/pom.xml?rev=1624&r1=1623&r2=1624&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Tue Feb 19 14:55:57 2013
@@ -12,7 +12,7 @@
     
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml</artifactId>
-    <version>2.6.0</version>
+    <version>2.6.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>OpenSAML-J</name>
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>openws</artifactId>
-            <version>1.5.0</version>
+            <version>1.5.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>



More information about the commits mailing list