Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Aug 11, 2023
1 parent de0fc95 commit da9d430
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.1-SNAPSHOT</version>
<version>4.0.1</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.0.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand All @@ -75,7 +75,7 @@
<properties>
<requiredJavaVersion>11</requiredJavaVersion>

<project.build.outputTimestamp>2023-06-13T08:06:45Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-11T15:09:09Z</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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

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

0 comments on commit da9d430

Please sign in to comment.