Skip to content

Commit 2c41e6a

Browse files
adafai01jricher
authored andcommitted
Add SNAPSHOT back to pom files
1 parent 8a58d12 commit 2c41e6a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

openid-connect-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>openid-connect-parent</artifactId>
2424
<groupId>org.mitre</groupId>
25-
<version>1.3.5</version>
25+
<version>1.3.5-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openid-connect-client</artifactId>

openid-connect-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>openid-connect-parent</artifactId>
2424
<groupId>org.mitre</groupId>
25-
<version>1.3.5</version>
25+
<version>1.3.5-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openid-connect-common</artifactId>

openid-connect-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mitre</groupId>
2323
<artifactId>openid-connect-parent</artifactId>
24-
<version>1.3.5</version>
24+
<version>1.3.5-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>openid-connect-server-webapp</artifactId>
2727
<packaging>war</packaging>

openid-connect-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mitre</groupId>
2525
<artifactId>openid-connect-parent</artifactId>
26-
<version>1.3.5</version>
26+
<version>1.3.5-SNAPSHOT</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<build>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.3.5</version>
23+
<version>1.3.5-SNAPSHOT</version>
2424
<name>MITREid Connect</name>
2525
<packaging>pom</packaging>
2626
<parent>

uma-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.mitre</groupId>
2121
<artifactId>openid-connect-parent</artifactId>
22-
<version>1.3.5</version>
22+
<version>1.3.5-SNAPSHOT</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525
<artifactId>uma-server-webapp</artifactId>

uma-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.mitre</groupId>
2121
<artifactId>openid-connect-parent</artifactId>
22-
<version>1.3.5</version>
22+
<version>1.3.5-SNAPSHOT</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525
<artifactId>uma-server</artifactId>

0 commit comments

Comments
 (0)