[java-idp-integration-tests] branch master updated: IDP-1355 - Bump versions after release

Tom Zeller tzeller at dragonacea.biz
Thu Nov 1 21:33:19 EDT 2018


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=ce640c590d1466a53d7595bd5338239a95e72720

The following commit(s) were added to refs/heads/master by this push:
       new  ce640c5   IDP-1355 - Bump versions after release
ce640c5 is described below

commit ce640c590d1466a53d7595bd5338239a95e72720
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Nov 1 20:33:08 2018 -0500

    IDP-1355 - Bump versions after release
    
    https://issues.shibboleth.net/jira/browse/IDP-1355
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a71d5b..d62b6c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <properties>
         <!-- IdP -->
-        <idp.version>3.4.1-SNAPSHOT</idp.version>
+        <idp.version>3.4.2-SNAPSHOT</idp.version>
         <idp-conf.version>${idp.version}</idp-conf.version>
         <idp-distribution.version>${idp.version}</idp-distribution.version>
         <idp-installer.version>${idp.version}</idp-installer.version>
@@ -37,7 +37,7 @@
         <testbed.classifier>classes</testbed.classifier>
 
         <!-- OpenSAML and Java support -->
-        <java-support.version>7.4.1-SNAPSHOT</java-support.version>
+        <java-support.version>7.4.2-SNAPSHOT</java-support.version>
         <opensaml.version>3.4.1-SNAPSHOT</opensaml.version>
 
         <xalan.groupId>xalan</xalan.groupId>
@@ -395,22 +395,22 @@
 
     <profiles>
         <!--
-        IdP 3.4.0
+        IdP 3.4.1
         -->
         <profile>
-            <id>idp-3.4.0</id>
+            <id>idp-3.4.1</id>
             <properties>
-                 <idp.version>3.4.0</idp.version>
+                 <idp.version>3.4.1</idp.version>
             </properties>
         </profile>
 
         <!--
-        IdP 3.4.1 snapshot
+        IdP 3.4.2 snapshot
         -->
         <profile>
-            <id>idp-3.4.1-SNAPSHOT</id>
+            <id>idp-3.4.2-SNAPSHOT</id>
             <properties>
-                 <idp.version>3.4.1-SNAPSHOT</idp.version>
+                 <idp.version>3.4.2-SNAPSHOT</idp.version>
             </properties>
         </profile>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list