Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Jan 24, 2024
1 parent 7730af9 commit dcd9755
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jwt-client/jwt-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-client-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-client/jwt-client-spring-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-client-spring-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-client/jwt-client-spring-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-client-spring-webflux</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-client/jwt-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-client-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-server/spring/jwt-spring-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>jwt-spring-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-server/spring/jwt-spring-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>jwt-spring-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-server/spring/jwt-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>jwt-spring-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-server/spring/jwt-spring-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>jwt-spring-webflux</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-test/jwt-junit5-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-junit5-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-test/jwt-junit5-entur/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-junit5-entur</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-test/jwt-junit5-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jwt-junit5-spring</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>parent</artifactId>
<version>4.1.2</version>
<version>4.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JWT Resource Server</name>
<description>Json Web Token resource-server utilities</description>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:git@github.com:entur/jwt-resource-server.git</connection>
<developerConnection>scm:git:git@github.com:entur/jwt-resource-server.git</developerConnection>
<url>git@github.com:entur/jwt-resource-server.git</url>
<tag>parent-4.1.2</tag>
<tag>parent-4.1.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit dcd9755

Please sign in to comment.