Skip to content

Commit

Permalink
Update version number to 1.4.5-1-GA
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jan 10, 2013
1 parent fa59674 commit 4c6d65b
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'java'
apply plugin: 'maven'
sourceCompatibility = 1.5
version = '1.4.5-dev'
version = '1.4.5'
archivesBaseName = 'rundeck-core'
group = "com.dtolabs.rundeck"
defaultTasks 'clean','assemble'
Expand Down
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
<name>RunDeck Core</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -51,7 +51,7 @@
<configuration>
<archive>
<manifestEntries>
<Rundeck-Version>1.4.5-dev</Rundeck-Version>
<Rundeck-Version>1.4.5</Rundeck-Version>
<Rundeck-Tools-Dependencies>ant-1.7.1.jar ant-launcher-1.7.1.jar log4j-1.2.16.jar commons-codec-1.5.jar commons-httpclient-3.0.1.jar commons-beanutils-1.8.0.jar commons-collections-3.2.1.jar commons-logging-1.1.jar commons-lang-2.4.jar xercesImpl-2.6.0.jar dom4j-1.6.1.jar jaxen-1.1.jar commons-cli-1.0.jar ant-jsch-1.7.1.jar jsch-0.1.45.jar snakeyaml-1.9.jar</Rundeck-Tools-Dependencies>
</manifestEntries>
</archive>
Expand Down Expand Up @@ -164,8 +164,8 @@
</dependency>
</dependencies>
<properties>
<version_ident>1.4.5-dev-0</version_ident>
<version>1.4.5-dev</version>
<version_build>0</version_build>
<version_ident>1.4.5-1</version_ident>
<version>1.4.5</version>
<version_build>1</version_build>
</properties>
</project>
2 changes: 1 addition & 1 deletion plugins/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

allprojects{
version = '1.4.5-dev'
version = '1.4.5'
defaultTasks 'clean','build'
ext.rundeckPluginVersion= '1.0'
}
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>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-bundled-plugins</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</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.0</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>1.4.5-dev</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>1.4.5</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 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>com.dtolabs.rundeck</groupId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
</parent>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
<name>RunDeck Script Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 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>com.dtolabs.rundeck</groupId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
</parent>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
<name>RunDeck Stub Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
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>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-project</artifactId>
<packaging>pom</packaging>
<version>1.4.5-dev</version>
<version>1.4.5</version>
<name>RunDeck parent project</name>
<url>http://rundeck.org</url>

Expand Down
2 changes: 1 addition & 1 deletion rundeck-launcher/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects{
version = '1.4.5-dev'
version = '1.4.5'
defaultTasks 'clean','assemble'
apply plugin: 'idea'
group = 'com.dtolabs.rundeck'
Expand Down
22 changes: 11 additions & 11 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>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-launcher</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
<name>Rundeck Launcher</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -66,36 +66,36 @@
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</version>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.4.5-dev</version>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.4.5-dev</version>
<scope>compile</scope>
<version>1.4.5</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>
<jettyVersion>6.1.21</jettyVersion>
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>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-launcher-parent</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</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>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.4.5-dev</version>
<version>1.4.5</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.4.5-dev</Rundeck-Version>
<Rundeck-Version>1.4.5</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 @@
#Tue May 15 11:10:48 PDT 2012
app.grails.version=1.3.7
app.name=rundeck
app.version=1.4.5-dev
build.ident=1.4.5-0-dev
app.version=1.4.5
build.ident=1.4.5-1
plugins.h2=0.2.6
plugins.hibernate=1.3.7
plugins.jetty=1.2-SNAPSHOT
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>com.dtolabs.rundeck</groupId>
<artifactId>rundeck</artifactId>
<packaging>war</packaging>
<version>1.4.5-dev</version>
<version>1.4.5</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.4.5
version.release.number=0
version.tag=dev
version.release.number=1
version.tag=GA

0 comments on commit 4c6d65b

Please sign in to comment.