Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spring-portlet-contrib-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg committed Jun 15, 2018
1 parent 261c389 commit c234e52
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ContribTestPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-security-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-webmvc-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>Spring Portlet Contributions Parent</name>
Expand All @@ -21,7 +21,8 @@
<connection>scm:git:git://github.com/Jasig/spring-portlet-contrib.git</connection>
<developerConnection>scm:git:git@github.com:Jasig/spring-portlet-contrib.git</developerConnection>
<url>https://github.com/Jasig/spring-portlet-contrib</url>
</scm>
<tag>spring-portlet-contrib-1.2.1</tag>
</scm>

<issueManagement>
<url>${jasig-issues-base}/UP</url>
Expand Down
4 changes: 2 additions & 2 deletions spring-security-portlet-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-webmvc-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-test-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions spring-webmvc-portlet-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jasig.springframework</groupId>
<artifactId>spring-portlet-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-test-contrib</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c234e52

Please # to comment.