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
bjagg committed Jan 19, 2023
1 parent c0033bf commit a60e899
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Resource Server Parent</name>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:git://github.com/uPortal-Project/resource-server.git</connection>
<developerConnection>scm:git:git@github.com:uPortal-Project/resource-server.git</developerConnection>
<url>https://github.com/uPortal-Project/resource-server.git</url>
<tag>resource-server-1.5.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion resource-server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resource-server-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resource-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resource-server-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resource-server-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 1 addition & 5 deletions resource-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- These must also be defined here b/c this module inherits from the Spring Boot parent pom,
not the resource-server parent pom. -->
<groupId>org.jasig.resourceserver</groupId>
<version>1.5.0</version>
<version>1.5.1-SNAPSHOT</version>

<artifactId>resource-server-webapp</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -179,8 +179,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>resource-server-1.5.0</tag>
</scm>
</project>

0 comments on commit a60e899

Please sign in to comment.