[java-metadata-aggregator] branch main updated: Move enforcer-data up to latest (SNAPSHOT) version
Rod Widdowson
rdw at steadingsoftware.com
Sun Jan 23 15:11:58 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=541c60c007be8d59deff24c76b37d8313454ab92
The following commit(s) were added to refs/heads/main by this push:
new 541c60c Move enforcer-data up to latest (SNAPSHOT) version
541c60c is described below
commit 541c60c007be8d59deff24c76b37d8313454ab92
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jan 23 15:11:35 2022 +0000
Move enforcer-data up to latest (SNAPSHOT) version
---
mda-distribution/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index d315140..45ddeb0 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -107,7 +107,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.1-SNAPSHOT</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/..</parentPomDir>
<zipFiles>${project.build.directory}/${mda.finalName}.zip</zipFiles>
@@ -132,7 +132,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.1-SNAPSHOT</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/..</parentPomDir>
<tgzFiles>${project.build.directory}/${mda.finalName}.tar.gz</tgzFiles>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list