[java-idp-plugin-scripting] branch main updated: Move enforcer & enforcer-data to latest (SNAPSHOT) versions
Rod Widdowson
rdw at steadingsoftware.com
Fri Jan 28 14:25:14 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=f775213cc399d7d44b0651c8a54831f12a66816e
The following commit(s) were added to refs/heads/main by this push:
new f775213 Move enforcer & enforcer-data to latest (SNAPSHOT) versions
f775213 is described below
commit f775213cc399d7d44b0651c8a54831f12a66816e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 28 14:25:10 2022 +0000
Move enforcer & enforcer-data to latest (SNAPSHOT) versions
---
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 d1d1be4..85e77fc 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</version>
+ <version>3.1.1-SNAPSHOT</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</dataVersion>
+ <dataVersion>1.0.1-SNAPSHOT</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 e5c910e..22e92c6 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</version>
+ <version>3.1.1-SNAPSHOT</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</dataVersion>
+ <dataVersion>1.0.1-SNAPSHOT</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 95c0df6..f99be76 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</version>
+ <version>3.1.1-SNAPSHOT</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</dataVersion>
+ <dataVersion>1.0.1-SNAPSHOT</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