Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 14, 2024
1 parent ab72b4f commit 692fa8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>net.sf.michael-o.tomcat</groupId>
<artifactId>tomcat-authnz-spnego-ad</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
<packaging>pom</packaging>

<name>SPNEGO/Kerberos Authenticator and Active Directory Realm for Apache Tomcat</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:https://github.com/michael-o/tomcatspnegoad.git</connection>
<developerConnection>scm:git:https://github.com/michael-o/tomcatspnegoad.git</developerConnection>
<url>https://github.com/michael-o/tomcatspnegoad</url>
<tag>HEAD</tag>
<tag>4.1.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -75,7 +75,7 @@
<properties>
<requiredJavaVersion>11</requiredJavaVersion>

<project.build.outputTimestamp>2023-08-11T15:09:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-14T16:31:37Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion tomcat101/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.sf.michael-o.tomcat</groupId>
<artifactId>tomcat-authnz-spnego-ad</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>tomcat101-authnz-spnego-ad</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat85/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.sf.michael-o.tomcat</groupId>
<artifactId>tomcat-authnz-spnego-ad</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>tomcat85-authnz-spnego-ad</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat90/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.sf.michael-o.tomcat</groupId>
<artifactId>tomcat-authnz-spnego-ad</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>tomcat90-authnz-spnego-ad</artifactId>
Expand Down

0 comments on commit 692fa8e

Please sign in to comment.