Skip to content

Commit

Permalink
Make sure the version info is organised in the same way as other proj…
Browse files Browse the repository at this point in the history
…ects
  • Loading branch information
quartje committed Mar 12, 2024
1 parent a099e4a commit fe966e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions oidc-playground-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>oidc-playground</artifactId>
<version>10.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oidc-playground-client</artifactId>
<packaging>jar</packaging>
<name>oidc-playground-client</name>
<version>3.0.1-SNAPSHOT</version>

<build>
<plugins>
Expand All @@ -34,7 +33,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<goals>
Expand Down
3 changes: 1 addition & 2 deletions oidc-playground-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>oidc-playground</artifactId>
<version>10.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oidc-playground-server</artifactId>
<packaging>jar</packaging>
<name>oidc-playground-server</name>
<version>3.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openconext</groupId>
<artifactId>oidc-playground</artifactId>
<version>10.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>oidc-playground</name>
Expand Down

0 comments on commit fe966e2

Please sign in to comment.