[java-shib-idp2 COMMIT] /branches/REL_2/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 24 15:32:40 EDT 2013


Author: tzeller
Date: Wed Apr 24 15:32:40 2013
New Revision: 3174

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3174&view=rev
Log:
Unlock parent POM, meaning the parent version is now TRUNK-SNAPSHOT. Mostly to workaround JavaNCSS being a bit outdated.

Change version of shib-common dependency to 1.4.1-SNAPSHOT instead of 1.4.0.

Modified:
    branches/REL_2/pom.xml

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3174&r1=3173&r2=3174&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Wed Apr 24 15:32:40 2013
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent-v2</artifactId>
-        <version>1</version>
+        <version>TRUNK-SNAPSHOT</version>
     </parent>
 
     <groupId>edu.internet2.middleware</groupId>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>edu.internet2.middleware</groupId>
             <artifactId>shibboleth-common</artifactId>
-            <version>1.4.0</version>
+            <version>1.4.1-SNAPSHOT</version>
         </dependency>
         <!-- Override Spring version from parent POM -->
         <dependency>



More information about the commits mailing list