Skip to content

Commit 75337cf

Browse files
author
Alan Stewart
committed
ROO-3421: Release Spring Roo 1.2.4.RELEASE
1 parent a41c4d1 commit 75337cf

File tree

77 files changed

+337
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+337
-80
lines changed

addon-backup/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.backup</artifactId>

addon-cloud-foundry/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.cloud.foundry</artifactId>

addon-configurable/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.configurable</artifactId>

addon-creator/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.creator</artifactId>

addon-creator/src/main/resources/org/springframework/roo/addon/creator/advanced/roo-addon-advanced-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>An add-on created by Spring Roo's addon creator feature.</description>
2020
<url>http://www.some.company</url>
2121
<properties>
22-
<roo.version>1.2.4.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>1.2.4.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<google.code.project.name>${project.name}</google.code.project.name>
2525
<repo.folder>TO_BE_CHANGED_BY_ADDON</repo.folder>

addon-creator/src/main/resources/org/springframework/roo/addon/creator/i18n/roo-addon-i18n-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>An add-on created by Spring Roo's addon creator feature.</description>
2020
<url>http://www.some.company</url>
2121
<properties>
22-
<roo.version>1.2.4.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>1.2.4.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<google.code.project.name>${project.name}</google.code.project.name>
2525
<repo.folder>TO_BE_CHANGED_BY_ADDON</repo.folder>

addon-creator/src/main/resources/org/springframework/roo/addon/creator/simple/roo-addon-simple-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>An add-on created by Spring Roo's addon creator feature.</description>
2020
<url>http://www.some.company</url>
2121
<properties>
22-
<roo.version>1.2.4.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>1.2.4.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<google.code.project.name>${project.name}</google.code.project.name>
2525
<repo.folder>TO_BE_CHANGED_BY_ADDON</repo.folder>

addon-dbre/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.dbre</artifactId>

addon-dod/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.dod</artifactId>

addon-email/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.email</artifactId>

addon-equals/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.equals</artifactId>

addon-finder/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.finder</artifactId>

addon-git/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.git</artifactId>

addon-gwt/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.gwt</artifactId>

addon-javabean/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.javabean</artifactId>

addon-jdbc/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.jdbc</artifactId>

addon-jms/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.jms</artifactId>

addon-jpa/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.jpa</artifactId>

addon-jsf/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.jsf</artifactId>

addon-json/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.json</artifactId>

addon-layers-repository-jpa/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.layers.repository.jpa</artifactId>

addon-layers-repository-mongo/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.layers.repository.mongo</artifactId>

addon-layers-service/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.layers.service</artifactId>

addon-logging/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.logging</artifactId>

addon-op4j/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.op4j</artifactId>

addon-oscommands/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.oscommands</artifactId>

addon-plural/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.plural</artifactId>

addon-property-editor/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.property.editor</artifactId>

addon-propfiles/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.propfiles</artifactId>

addon-roobot-client/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.roobot.client</artifactId>

addon-security/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.security</artifactId>

addon-serializable/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.serializable</artifactId>

addon-solr/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.solr</artifactId>

addon-tailor/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.tailor</artifactId>

addon-test/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.test</artifactId>

addon-tostring/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.tostring</artifactId>

addon-web-flow/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.web.flow</artifactId>

addon-web-mvc-controller/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.web.mvc.controller</artifactId>

addon-web-mvc-embedded/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.web.mvc.embedded</artifactId>

addon-web-mvc-jsp/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.web.mvc.jsp</artifactId>

addon-web-selenium/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.web.selenium</artifactId>

annotations/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.annotations</artifactId>

bootstrap/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.bootstrap</artifactId>

classpath-antlrjavaparser/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.springframework.roo</groupId>
66
<artifactId>org.springframework.roo.osgi.roo.bundle</artifactId>
7-
<version>1.2.4.BUILD-SNAPSHOT</version>
7+
<version>1.2.4.RELEASE</version>
88
<relativePath>../osgi-roo-bundle</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.classpath.antlrjavaparser</artifactId>

0 commit comments

Comments
 (0)