Skip to content

Commit 9c67701

Browse files
committedDec 18, 2012
[maven-release-plugin] prepare release spring-portlet-contrib-1.0.0
1 parent f33b540 commit 9c67701

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed
 

‎ContribTestPortlet/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
32

43
<parent>
54
<groupId>org.jasig.springframework</groupId>
65
<artifactId>spring-portlet-contrib</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
</parent>
98

109
<modelVersion>4.0.0</modelVersion>

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>org.jasig.springframework</groupId>
1212
<artifactId>spring-portlet-contrib</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Spring Portlet Contributions Parent</name>

‎spring-security-portlet-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jasig.springframework</groupId>
66
<artifactId>spring-portlet-contrib</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

‎spring-test-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jasig.springframework</groupId>
66
<artifactId>spring-portlet-contrib</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

‎spring-webmvc-portlet-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jasig.springframework</groupId>
66
<artifactId>spring-portlet-contrib</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)