Skip to content

Commit df70a8f

Browse files
committed
[maven-release-plugin] prepare release 4.2.1
1 parent b26c870 commit df70a8f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>net.sf.michael-o.tomcat</groupId>
2727
<artifactId>tomcat-authnz-spnego-ad</artifactId>
28-
<version>4.2.1-SNAPSHOT</version>
28+
<version>4.2.1</version>
2929
<packaging>pom</packaging>
3030

3131
<name>SPNEGO/Kerberos Authenticator and Active Directory Realm for Apache Tomcat</name>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:https://github.com/michael-o/tomcatspnegoad.git</connection>
5858
<developerConnection>scm:git:https://github.com/michael-o/tomcatspnegoad.git</developerConnection>
5959
<url>https://github.com/michael-o/tomcatspnegoad</url>
60-
<tag>HEAD</tag>
60+
<tag>4.2.1</tag>
6161
</scm>
6262
<issueManagement>
6363
<system>GitHub</system>
@@ -75,7 +75,7 @@
7575
<properties>
7676
<requiredJavaVersion>11</requiredJavaVersion>
7777

78-
<project.build.outputTimestamp>2024-07-05T10:15:18Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2024-10-01T07:32:56Z</project.build.outputTimestamp>
7979
</properties>
8080

8181
<dependencyManagement>

tomcat101/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>net.sf.michael-o.tomcat</groupId>
2222
<artifactId>tomcat-authnz-spnego-ad</artifactId>
23-
<version>4.2.1-SNAPSHOT</version>
23+
<version>4.2.1</version>
2424
</parent>
2525

2626
<artifactId>tomcat101-authnz-spnego-ad</artifactId>

tomcat85/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>net.sf.michael-o.tomcat</groupId>
2222
<artifactId>tomcat-authnz-spnego-ad</artifactId>
23-
<version>4.2.1-SNAPSHOT</version>
23+
<version>4.2.1</version>
2424
</parent>
2525

2626
<artifactId>tomcat85-authnz-spnego-ad</artifactId>

tomcat90/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>net.sf.michael-o.tomcat</groupId>
2222
<artifactId>tomcat-authnz-spnego-ad</artifactId>
23-
<version>4.2.1-SNAPSHOT</version>
23+
<version>4.2.1</version>
2424
</parent>
2525

2626
<artifactId>tomcat90-authnz-spnego-ad</artifactId>

0 commit comments

Comments
 (0)