Skip to content

Commit

Permalink
[maven-release-plugin] prepare release resource-server-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg committed Jan 19, 2023
1 parent 6edc18c commit c0033bf
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:merge="http://maven.apache.org/plugin-merge" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:merge="http://maven.apache.org/plugin-merge" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>org.jasig.parent</groupId>
Expand All @@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</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:[email protected]:uPortal-Project/resource-server.git</developerConnection>
<url>https://github.com/uPortal-Project/resource-server.git</url>
<tag>HEAD</tag>
<tag>resource-server-1.5.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.4.2-SNAPSHOT</version>
<version>1.5.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.4.2-SNAPSHOT</version>
<version>1.5.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.4.2-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions resource-server-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:merge="http://maven.apache.org/plugin-merge" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:merge="http://maven.apache.org/plugin-merge" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>org.jasig.resourceserver</groupId>
<artifactId>resource-server-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.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.4.2-SNAPSHOT</version>
<version>1.5.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.4.2-SNAPSHOT</version>
<version>1.5.0</version>

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

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

0 comments on commit c0033bf

Please sign in to comment.