Skip to content

Commit

Permalink
[maven-release-plugin] prepare release resource-server-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg committed Jan 19, 2022
1 parent 1bce5bb commit b45a839
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 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.3.2-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<name>Resource Server Parent</name>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:git://github.com/Jasig/resource-server.git</connection>
<developerConnection>scm:git:[email protected]:Jasig/resource-server.git</developerConnection>
<url>https://github.com/Jasig/resource-server</url>
<tag>HEAD</tag>
<tag>resource-server-1.4.0</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.3.2-SNAPSHOT</version>
<version>1.4.0</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.3.2-SNAPSHOT</version>
<version>1.4.0</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.3.2-SNAPSHOT</version>
<version>1.4.0</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.3.2-SNAPSHOT</version>
<version>1.4.0</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.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 5 additions & 1 deletion 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.3.2-SNAPSHOT</version>
<version>1.4.0</version>

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

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

0 comments on commit b45a839

Please sign in to comment.