[java-shib-idp2 COMMIT] in /tags/2.3.4: ./ .checkstyle doc/RELEASE-NOTES.txt pom.xml src/installer/resources/build.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 25 13:50:45 BST 2011
Author: lajoie
Date: Tue Oct 25 13:50:45 2011
New Revision: 3088
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3088&view=rev
Log:
tag for release
Added:
tags/2.3.4/ (props changed)
- copied from r3083, branches/REL_2/
tags/2.3.4/doc/RELEASE-NOTES.txt
- copied unchanged from r3084, branches/REL_2/doc/RELEASE-NOTES.txt
tags/2.3.4/src/installer/resources/build.xml
- copied unchanged from r3087, branches/REL_2/src/installer/resources/build.xml
Modified:
tags/2.3.4/.checkstyle
tags/2.3.4/pom.xml
Modified: tags/2.3.4/.checkstyle
URL: http://svn.shibboleth.net/view/java-shib-idp2/tags/2.3.4/.checkstyle?rev=3088&r1=3083&r2=3088&view=diff
==============================================================================
--- tags/2.3.4/.checkstyle (original)
+++ tags/2.3.4/.checkstyle Tue Oct 25 13:50:45 2011
@@ -3,7 +3,7 @@
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="Shibboleth Checkstyle" type="remote" description=""
- location="https://svn.shibboleth.net/java-parent-project/trunk/resources/checkstyle/checkstyle.xml" >
+ location="https://svn.shibboleth.net/java-parent-project/tags/2/resources/checkstyle/checkstyle.xml" >
<additional-data name="cache-file" value="true"/>
<additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
<additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
Modified: tags/2.3.4/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/tags/2.3.4/pom.xml?rev=3088&r1=3083&r2=3088&view=diff
==============================================================================
--- tags/2.3.4/pom.xml (original)
+++ tags/2.3.4/pom.xml Tue Oct 25 13:50:45 2011
@@ -7,12 +7,12 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>TRUNK-SNAPSHOT</version>
+ <version>2</version>
</parent>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.3.4-SNAPSHOT</version>
+ <version>2.3.4</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
@@ -55,6 +55,11 @@
<!-- Provided dependencies -->
<!-- Runtime dependencies -->
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>1.45</version>
+ </dependency>
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
More information about the commits
mailing list