[java-shib-attribute] 02/02: Bump version after release
Brent Putman
putmanb at georgetown.edu
Mon Aug 25 18:46:12 UTC 2025
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch maint-5.1
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=1f85e73acbf8d239dc83eda131b15bc85a492037
commit 1f85e73acbf8d239dc83eda131b15bc85a492037
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Aug 25 18:42:02 2025 +0000
Bump version after release
---
pom.xml | 10 +++++-----
shib-attribute-api/pom.xml | 2 +-
shib-attribute-bom/pom.xml | 2 +-
shib-attribute-filter-api/pom.xml | 2 +-
shib-attribute-filter-impl/pom.xml | 2 +-
shib-attribute-filter-spring/pom.xml | 2 +-
shib-attribute-impl/pom.xml | 2 +-
shib-attribute-resolver-api/pom.xml | 2 +-
shib-attribute-resolver-impl/pom.xml | 2 +-
shib-attribute-resolver-spring/pom.xml | 2 +-
shib-attribute-testing/pom.xml | 2 +-
shib-saml-attribute-api/pom.xml | 2 +-
shib-saml-attribute-impl/pom.xml | 2 +-
13 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3897fd897..e8ca3b4ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.6</version>
+ <version>17.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute Components</name>
@@ -18,7 +18,7 @@
</description>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -43,11 +43,11 @@
<properties>
<shibboleth.projectName>java-shib-attribute</shibboleth.projectName>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.6</shib-shared.version>
+ <shib-shared.version>9.1.7-SNAPSHOT</shib-shared.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.1.6</opensaml.version>
+ <opensaml.version>5.1.7-SNAPSHOT</opensaml.version>
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
- <shib-metadata.version>5.1.6</shib-metadata.version>
+ <shib-metadata.version>5.1.7-SNAPSHOT</shib-metadata.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index a5c1a44cb..81dab4633 100644
--- a/shib-attribute-api/pom.xml
+++ b/shib-attribute-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute API</name>
diff --git a/shib-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index 9ece257a1..0aa878147 100644
--- a/shib-attribute-bom/pom.xml
+++ b/shib-attribute-bom/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: BOM</name>
diff --git a/shib-attribute-filter-api/pom.xml b/shib-attribute-filter-api/pom.xml
index 46303cf7e..2a4a95103 100644
--- a/shib-attribute-filter-api/pom.xml
+++ b/shib-attribute-filter-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Filter API</name>
diff --git a/shib-attribute-filter-impl/pom.xml b/shib-attribute-filter-impl/pom.xml
index 707dd2f5c..824ca76be 100644
--- a/shib-attribute-filter-impl/pom.xml
+++ b/shib-attribute-filter-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Filter Implementation</name>
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index 0e29a78a2..06d505d33 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Filter Spring Integration</name>
diff --git a/shib-attribute-impl/pom.xml b/shib-attribute-impl/pom.xml
index 55ce27d0c..f14c6d4bd 100644
--- a/shib-attribute-impl/pom.xml
+++ b/shib-attribute-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Implementation</name>
diff --git a/shib-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index ada471a75..90046d563 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Resolver API</name>
diff --git a/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index 64eaad7da..8b88aece8 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Resolver Implementation</name>
diff --git a/shib-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index 129d9e851..4fd6cb068 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-spring/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Attribute Resolver Spring Integration</name>
diff --git a/shib-attribute-testing/pom.xml b/shib-attribute-testing/pom.xml
index 337468ef7..fbd9be804 100644
--- a/shib-attribute-testing/pom.xml
+++ b/shib-attribute-testing/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: Testing</name>
diff --git a/shib-saml-attribute-api/pom.xml b/shib-saml-attribute-api/pom.xml
index 50a7f1815..ac02fb2fa 100644
--- a/shib-saml-attribute-api/pom.xml
+++ b/shib-saml-attribute-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: SAML Attribute API</name>
diff --git a/shib-saml-attribute-impl/pom.xml b/shib-saml-attribute-impl/pom.xml
index 324230806..4ad2331c6 100644
--- a/shib-saml-attribute-impl/pom.xml
+++ b/shib-saml-attribute-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-parent</artifactId>
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
</parent>
<name>Shibboleth Attribute :: SAML Attribute Implementation</name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list