Skip to content

Commit

Permalink
Update version to 1.6.0-1-GA
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Aug 2, 2013
1 parent 5409cbd commit 60d33ee
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>Rundeck Core</name>
<description>Core library for the Rundeck web console for command dispatching and job scheduling</description>
<url>http://rundeck.org</url>
Expand Down Expand Up @@ -110,7 +110,7 @@
<configuration>
<archive>
<manifestEntries>
<Rundeck-Version>1.6.0-rc3</Rundeck-Version>
<Rundeck-Version>1.6.0</Rundeck-Version>
<Rundeck-Tools-Dependencies>ant-1.7.1.jar log4j-1.2.16.jar commons-codec-1.5.jar commons-beanutils-1.8.0.jar commons-collections-3.2.1.jar commons-logging-1.1.1.jar commons-lang-2.4.jar dom4j-1.6.1.jar commons-cli-1.0.jar ant-jsch-1.7.1.jar jsch-0.1.50.jar snakeyaml-1.9.jar xercesImpl-2.6.2.jar jaxen-1.1.jar commons-httpclient-3.0.1.jar ant-launcher-1.7.1.jar jdom-1.0.jar icu4j-2.6.1.jar xom-1.0.jar</Rundeck-Tools-Dependencies>
</manifestEntries>
</archive>
Expand Down Expand Up @@ -243,8 +243,8 @@
</dependency>
</dependencies>
<properties>
<version_ident>1.6.0-rc3-0</version_ident>
<version>1.6.0-rc3</version>
<version_build>0</version_build>
<version_ident>1.6.0-1</version_ident>
<version>1.6.0</version>
<version_build>1</version_build>
</properties>
</project>
8 changes: 4 additions & 4 deletions plugins/localexec-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>rundeck-bundled-plugins</artifactId>
<groupId>org.rundeck</groupId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-localexec-plugin</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>RunDeck LocalExec Node Step Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
<Rundeck-Plugin-Classnames>com.dtolabs.rundeck.plugin.localexec.LocalExecNodeStepPlugin</Rundeck-Plugin-Classnames>
<Rundeck-Plugin-Version>1.1</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>1.6.0-rc3</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>1.6.0</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-bundled-plugins</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<packaging>pom</packaging>
<name>RunDeck Bundled Plugins</name>
<url>http://rundeck.org</url>
Expand All @@ -26,7 +26,7 @@
<manifestEntries>
<Rundeck-Plugin-Version>1.1</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>1.6.0-rc3</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>1.6.0</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions plugins/script-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>rundeck-bundled-plugins</artifactId>
<groupId>org.rundeck</groupId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>RunDeck Script Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
<Rundeck-Plugin-Classnames>com.dtolabs.rundeck.plugin.script.ScriptFileCopier,com.dtolabs.rundeck.plugin.script.ScriptNodeExecutor</Rundeck-Plugin-Classnames>
<Rundeck-Plugin-Version>1.1</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>1.6.0-rc3</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>1.6.0</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions plugins/stub-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>rundeck-bundled-plugins</artifactId>
<groupId>org.rundeck</groupId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>RunDeck Stub Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
<Rundeck-Plugin-Classnames>com.dtolabs.rundeck.plugin.stub.StubFileCopier,com.dtolabs.rundeck.plugin.stub.StubNodeExecutor</Rundeck-Plugin-Classnames>
<Rundeck-Plugin-Version>1.1</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>1.6.0-rc3</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>1.6.0</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.rundeck</groupId>
<artifactId>rundeck-project</artifactId>
<packaging>pom</packaging>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>RunDeck parent project</name>
<url>http://rundeck.org</url>

Expand Down
12 changes: 6 additions & 6 deletions rundeck-launcher/launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-launcher</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>Rundeck Launcher</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -66,28 +66,28 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-localexec-plugin</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rundeck-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-launcher-parent</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<packaging>pom</packaging>
<name>RunDeck Launcher Parent</name>
<url>http://rundeck.org</url>
Expand Down
4 changes: 2 additions & 2 deletions rundeck-launcher/rundeck-jetty-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.6.0-rc3</version>
<version>1.6.0</version>
<name>RunDeck Jetty Server</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
<configuration>
<archive>
<manifestEntries>
<Rundeck-Version>1.6.0-rc3</Rundeck-Version>
<Rundeck-Version>1.6.0</Rundeck-Version>
<Main-Class>com.dtolabs.rundeck.RunServer</Main-Class>
</manifestEntries>
</archive>
Expand Down
4 changes: 2 additions & 2 deletions rundeckapp/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#Mon Jun 03 17:06:39 PDT 2013
app.grails.version=1.3.7
app.name=rundeck
app.version = 1.6.0-rc3
build.ident = 1.6.0-0-rc3
app.version = 1.6.0
build.ident = 1.6.0-1
plugins.code-coverage=1.2.5
plugins.codenarc=0.16.1
plugins.executor=0.3
Expand Down
2 changes: 1 addition & 1 deletion rundeckapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.rundeck</groupId>
<artifactId>rundeck</artifactId>
<packaging>war</packaging>
<version>1.6.0-rc3</version>
<version>1.6.0</version>

<name>RunDeck App</name>
<description>RunDeck Command and Job Console</description>
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version.number=1.6.0
version.release.number=0
version.tag=rc3
version.release.number=1
version.tag=GA

0 comments on commit 60d33ee

Please sign in to comment.