[java-shib-profile] 01/02: Update files to be tagged for release

Brent Putman putmanb at georgetown.edu
Wed Sep 13 02:07:16 UTC 2023


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

putmanb pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=cbb9772b974b290d7e29c4911ae1c2e1e3921d35

commit cbb9772b974b290d7e29c4911ae1c2e1e3921d35
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Sep 13 02:05:59 2023 +0000

    Update files to be tagged for release
---
 pom.xml                        | 10 +++++-----
 shib-profile-api/pom.xml       |  2 +-
 shib-profile-bom/pom.xml       |  2 +-
 shib-profile-impl/pom.xml      |  2 +-
 shib-profile-testing/pom.xml   |  2 +-
 shib-saml-profile-api/pom.xml  |  2 +-
 shib-saml-profile-impl/pom.xml |  2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index f006b2e..755e2b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     </description>
 
     <artifactId>shib-profile-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -34,11 +34,11 @@
 
     <properties>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-        <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
+        <shib-shared.version>9.0.0</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
-        <shib-attribute.version>5.0.0-SNAPSHOT</shib-attribute.version>
-        <shib-metadata.version>5.0.0-SNAPSHOT</shib-metadata.version>
+        <opensaml.version>5.0.0</opensaml.version>
+        <shib-attribute.version>5.0.0</shib-attribute.version>
+        <shib-metadata.version>5.0.0</shib-metadata.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
diff --git a/shib-profile-api/pom.xml b/shib-profile-api/pom.xml
index 302e71f..001b453 100644
--- a/shib-profile-api/pom.xml
+++ b/shib-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-profile-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <name>Shibboleth Profile :: Profile API</name>
diff --git a/shib-profile-bom/pom.xml b/shib-profile-bom/pom.xml
index af5e860..bdd014d 100644
--- a/shib-profile-bom/pom.xml
+++ b/shib-profile-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-profile-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <name>Shibboleth Profile :: BOM</name>
diff --git a/shib-profile-impl/pom.xml b/shib-profile-impl/pom.xml
index 9fe7734..bf3aee8 100644
--- a/shib-profile-impl/pom.xml
+++ b/shib-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-profile-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <name>Shibboleth Profile :: Profile Implementation</name>
diff --git a/shib-profile-testing/pom.xml b/shib-profile-testing/pom.xml
index e058f17..59d2681 100644
--- a/shib-profile-testing/pom.xml
+++ b/shib-profile-testing/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-profile-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <name>Shibboleth Profile :: Testing API</name>
diff --git a/shib-saml-profile-api/pom.xml b/shib-saml-profile-api/pom.xml
index f8a807b..10eb60b 100644
--- a/shib-saml-profile-api/pom.xml
+++ b/shib-saml-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-profile-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <name>Shibboleth Profile :: SAML Profile API</name>
diff --git a/shib-saml-profile-impl/pom.xml b/shib-saml-profile-impl/pom.xml
index 7711bfc..8b9184d 100644
--- a/shib-saml-profile-impl/pom.xml
+++ b/shib-saml-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>shib-profile-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <name>Shibboleth Profile :: SAML Profile Implementation</name>

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


More information about the commits mailing list