[java-mvn-enforcer] 01/02: Update .gitignore

Codeberg noreply at shibboleth.net
Mon May 18 19:11:21 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer/commit/8b5103a0f78311a063a1bdbb0fc4ae762c7bed21

commit 8b5103a0f78311a063a1bdbb0fc4ae762c7bed21
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 18 19:47:22 2026 +0100

    Update .gitignore
---
 .gitignore | 4 +++-
 pom.xml    | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c8e1efe..21463ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
 /target/
 .project
+.settings
 .classpath
 **/*~
-*/#*#
\ No newline at end of file
+*/#*#
+m2SignatureReport.txt
diff --git a/pom.xml b/pom.xml
index 0ffea9e..6a14689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
         <artifactId>maven-dist-enforcer-parent</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
 
     <groupId>net.shibboleth.maven.enforcer.rules</groupId>
@@ -65,6 +65,7 @@
              <scope>test</scope>
         </dependency>
         <dependency>
+	    <!-- used by DependencyChecker.java -->
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-invoker</artifactId>
         </dependency>

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


More information about the commits mailing list