Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leleuj committed Apr 22, 2024
1 parent 979aede commit 0c906a6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pac4j.jax-rs</groupId>
<artifactId>parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<artifactId>core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jersey2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pac4j.jax-rs</groupId>
<artifactId>parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<groupId>org.pac4j</groupId>
<artifactId>jersey2-pac4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jersey225/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pac4j.jax-rs</groupId>
<artifactId>parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<groupId>org.pac4j</groupId>
<artifactId>jersey225-pac4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jersey228/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.pac4j.jax-rs</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<groupId>org.pac4j</groupId>
<artifactId>jersey228-pac4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>pac4j implementation for JAX-RS</name>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
<description>Security library for JAX-RS based on pac4j</description>
<url>https://github.com/pac4j/jax-rs-pac4j</url>

Expand Down
2 changes: 1 addition & 1 deletion resteasy3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pac4j.jax-rs</groupId>
<artifactId>parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<groupId>org.pac4j</groupId>
<artifactId>resteasy3-pac4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pac4j.jax-rs</groupId>
<artifactId>parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<groupId>org.pac4j</groupId>
<artifactId>resteasy5-pac4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.pac4j.jax-rs</groupId>
<artifactId>parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>
<artifactId>testing</artifactId>

Expand Down

0 comments on commit 0c906a6

Please sign in to comment.