[java-idp-plugin-scripting] branch main updated: Move to release versions of enforcer and enforcer-data

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 19 20:09:08 UTC 2022


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

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=a618760fe041ef5a819fe49b0faceb92c0fc5a7b

The following commit(s) were added to refs/heads/main by this push:
     new a618760  Move to release versions of enforcer and enforcer-data
a618760 is described below

commit a618760fe041ef5a819fe49b0faceb92c0fc5a7b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 19 20:08:48 2022 +0000

    Move to release versions of enforcer and enforcer-data
---
 nashorn-graalvm-dist/pom.xml | 4 ++--
 nashorn-jdk-dist/pom.xml     | 4 ++--
 rhino-dist/pom.xml           | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nashorn-graalvm-dist/pom.xml b/nashorn-graalvm-dist/pom.xml
index 8a53046..d1d1be4 100644
--- a/nashorn-graalvm-dist/pom.xml
+++ b/nashorn-graalvm-dist/pom.xml
@@ -55,7 +55,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.0-SNAPSHOT</version>
+                        <version>3.1.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -70,7 +70,7 @@
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
                                     <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>1.0.0-SNAPSHOT</dataVersion>
+                                    <dataVersion>1.0.0</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/..</parentPomDir>
                                     <zipFiles>${project.build.directory}/${nashorn.finalName}.zip</zipFiles>
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index aa83660..e5c910e 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -55,7 +55,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.0-SNAPSHOT</version>
+                        <version>3.1.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -70,7 +70,7 @@
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
                                     <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>1.0.0-SNAPSHOT</dataVersion>
+                                    <dataVersion>1.0.0</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/..</parentPomDir>
                                     <zipFiles>${project.build.directory}/${nashorn.finalName}.zip</zipFiles>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 8fc0bf6..95c0df6 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -55,7 +55,7 @@
                     <dependency>
                         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
                         <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.0-SNAPSHOT</version>
+                        <version>3.1.0</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -70,7 +70,7 @@
                                 <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
                                     <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
                                     <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>1.0.0-SNAPSHOT</dataVersion>
+                                    <dataVersion>1.0.0</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/..</parentPomDir>
                                     <zipFiles>${project.build.directory}/${dist.finalName}.zip</zipFiles>

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


More information about the commits mailing list