Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
spring roo updated to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Nov 21, 2014
1 parent 65a7a36 commit c321bc1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/org.springframework.roo.bundle/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.springframework.roo.bundle"
label="%featureName"
version="1.2.5.RELEASE"
version="1.3.0.RELEASE"
provider-name="%providerName">

<description url="http://www.springsource.org/roo">
Expand Down
2 changes: 1 addition & 1 deletion features/org.springframework.roo.bundle/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>org.springframework.roo.bundle</artifactId>
<name>org.springframework.roo.bundle-feature</name>
<packaging>eclipse-feature</packaging>
<version>1.2.5.RELEASE</version>
<version>1.3.0.RELEASE</version>

<build>
<plugins>
Expand Down
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spring Roo
Bundle-SymbolicName: org.springframework.roo.bundle;singleton:=true
Bundle-Version: 1.2.5.RELEASE
Bundle-Version: 1.3.0.RELEASE
Bundle-Vendor: SpringSource
Eclipse-BundleShape: dir
2 changes: 1 addition & 1 deletion plugins/org.springframework.roo.bundle/META-INF/p2.inf
@@ -1,2 +1,2 @@
instructions.install = \
com.springsource.sts.ide.configure(extension:spring-roo-1.2.5.RELEASE);
com.springsource.sts.ide.configure(extension:spring-roo-1.3.0.RELEASE);
6 changes: 3 additions & 3 deletions plugins/org.springframework.roo.bundle/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>org.springframework.roo.bundle</artifactId>
<packaging>eclipse-plugin</packaging>
<name>org.springframework.roo.bundle</name>
<version>1.2.5.RELEASE</version>
<version>1.3.0.RELEASE</version>

<build>
<plugins>
Expand Down Expand Up @@ -44,10 +44,10 @@

<taskdef resource="net/sf/antcontrib/antcontrib.properties" />

<property name="roo.name" value="spring-roo-1.2.5.RELEASE" />
<property name="roo.name" value="spring-roo-1.3.0.RELEASE" />

<get
src="http://dist.springframework.org/release/ROO/spring-roo-1.2.5.RELEASE.zip"
src="http://spring-roo-repository.springsource.org.s3.amazonaws.com/release/ROO/spring-roo-1.3.0.RELEASE.zip"
dest="${project.build.directory}/${roo.name}.zip" verbose="true"
skipexisting="true" />
<if>
Expand Down

0 comments on commit c321bc1

Please sign in to comment.