Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 4a2e9f1

Browse files
committed
ROO-3984: Release Spring Roo 2.0.0.RELEASE
1 parent 701a417 commit 4a2e9f1

File tree

105 files changed

+107
-149
lines changed

Some content is hidden

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

105 files changed

+107
-149
lines changed

addon-backup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.backup</artifactId>

addon-cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.cache</artifactId>

addon-cloud/pom.xml

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

addon-configurable/addon/pom.xml

+1-1
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.addon.configurable</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-configurable</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.configurable.addon</artifactId>

addon-configurable/annotations/pom.xml

+1-1
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.addon.configurable</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-configurable</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.configurable.annotations</artifactId>

addon-configurable/pom.xml

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

addon-creator/pom.xml

+1-1
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>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../runtime/osgi-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

+1-1
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>2.0.0.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>2.0.0.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<osgi.version>5.0.0</osgi.version>
2525
<scr.plugin.version>1.20.0</scr.plugin.version>

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

+1-1
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>2.0.0.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>2.0.0.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<osgi.version>5.0.0</osgi.version>
2525
<scr.plugin.version>1.20.0</scr.plugin.version>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>An Spring Roo Addon Suite created by Spring Roo's addon creator feature.</description>
2020
<url>http://www.some.company</url>
2121
<properties>
22-
<roo.version>2.0.0.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>2.0.0.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<osgi.version>5.0.0</osgi.version>
2525
<scr.plugin.version>1.20.0</scr.plugin.version>

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

+1-1
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>2.0.0.BUILD-SNAPSHOT</roo.version>
22+
<roo.version>2.0.0.RELEASE</roo.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<osgi.version>5.0.0</osgi.version>
2525
<scr.plugin.version>1.20.0</scr.plugin.version>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<pkgVendor>TO_BE_CHANGED_BY_ADDON</pkgVendor>
1515
<pkgDocUrl></pkgDocUrl>
1616
<pkgLicense>TO_BE_CHANGED_BY_ADDON</pkgLicense>
17-
<roo.version>2.0.0.BUILD-SNAPSHOT</roo.version>
17+
<roo.version>2.0.0.RELEASE</roo.version>
1818
</properties>
1919
<dependencies>
2020
<dependency>

addon-dbre/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.dbre</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-dbre</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.dbre.addon</artifactId>

addon-dbre/annotations/pom.xml

+1-1
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.addon.dbre</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-dbre</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.dbre.annotations</artifactId>

addon-dbre/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.dbre</artifactId>

addon-dto/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.dto</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-dto</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.dto.addon</artifactId>

addon-dto/annotations/pom.xml

+1-1
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.addon.dto</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-dto</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.dto.annotations</artifactId>

addon-dto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.dto</artifactId>

addon-email/addon/pom.xml

+1-1
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.addon.email</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-email</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.email.addon</artifactId>

addon-email/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.email</artifactId>

addon-field/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.field</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-field</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.field.addon</artifactId>

addon-field/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.field</artifactId>

addon-javabean/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.javabean</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-javabean</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.javabean.addon</artifactId>

addon-javabean/annotations/pom.xml

+1-1
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.addon.javabean</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-javabean</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.javabean.annotations</artifactId>

addon-javabean/pom.xml

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

addon-jdbc/pom.xml

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

addon-jms/pom.xml

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

addon-jpa/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.jpa</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-jpa</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.jpa.addon</artifactId>

addon-jpa/annotations/pom.xml

+1-1
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.addon.jpa</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-jpa</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.jpa.annotations</artifactId>

addon-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.jpa</artifactId>

addon-layers-repository-jpa/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.layers.repository.jpa</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-layers-repository-jpa</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.layers.repository.jpa.addon</artifactId>

addon-layers-repository-jpa/annotations/pom.xml

+1-1
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.addon.layers.repository.jpa</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-layers-repository-jpa</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.layers.repository.jpa.annotations</artifactId>

addon-layers-repository-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.layers.repository.jpa</artifactId>

addon-layers-service/addon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.addon.layers.service</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../../addon-layers-service</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.layers.service.addon</artifactId>

addon-layers-service/annotations/pom.xml

+1-1
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.addon.layers.service</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-layers-service</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.layers.service.annotations</artifactId>

addon-layers-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.layers.service</artifactId>

addon-logging/pom.xml

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

addon-oscommands/pom.xml

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

addon-plural/addon/pom.xml

+1-1
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.addon.plural</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-plural</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.plural.addon</artifactId>

addon-plural/annotations/pom.xml

+1-1
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.addon.plural</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-plural</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.plural.annotations</artifactId>

addon-plural/pom.xml

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

addon-propfiles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.propfiles</artifactId>

addon-push-in/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.roo</groupId>
77
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
8-
<version>2.0.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.RELEASE</version>
99
<relativePath>../runtime/osgi-bundle</relativePath>
1010
</parent>
1111
<artifactId>org.springframework.roo.addon.pushin</artifactId>

addon-security/addon/pom.xml

+1-1
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.addon.security</artifactId>
7-
<version>2.0.0.BUILD-SNAPSHOT</version>
7+
<version>2.0.0.RELEASE</version>
88
<relativePath>../../addon-security</relativePath>
99
</parent>
1010
<artifactId>org.springframework.roo.addon.security.addon</artifactId>

0 commit comments

Comments
 (0)