[utilities COMMIT] in /spring-extensions/trunk: pom.xml src/main/java/net/shibboleth/ext/spring/webflow/ src/main/jav...
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 7 15:16:26 BST 2012
Author: lajoie
Date: Mon May 7 15:16:26 2012
New Revision: 279
URL: http://svn.shibboleth.net/view/utilities?rev=279&view=rev
Log:
Use new SNAPSHOT version numbering
Add some documentation annotations for use with webflow
Added:
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/webflow/
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/webflow/Transition.java (with props)
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/webflow/Transitions.java (with props)
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/webflow/package-info.java (with props)
Modified:
spring-extensions/trunk/pom.xml
Modified: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=279&r1=278&r2=279&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Mon May 7 15:16:26 2012
@@ -7,12 +7,12 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>4</version>
+ <version>TRUNK-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
- <version>1.0.0</version>
+ <version>1.0-SNAPSHOT</version>
<name>Spring Framework Extension</name>
<description>
@@ -23,7 +23,7 @@
<properties>
<svn.relative.location>utilities/spring-extensions</svn.relative.location>
</properties>
-
+
<repositories>
<repository>
<id>shib-release</id>
@@ -48,17 +48,12 @@
<artifactId>vt-crypt</artifactId>
<!-- Required for any classes that deals with cryptographic artifacts (keys, certs, algorithms, etc.) -->
<optional>true</optional>
- <exclusions>
- <exclusion>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <version>1.0.0</version>
+ <!-- Required for the DomDocumentFactoryBean class -->
+ <optional>true</optional>
</dependency>
<!-- Provided dependencies -->
More information about the commits
mailing list