Skip to content

Commit

Permalink
Set version to 1.4.2-0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jan 26, 2012
1 parent 0f91366 commit 1555733
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

apply plugin: 'java'
sourceCompatibility = 1.5
version = '1.4.1'
version = '1.4.2'
archivesBaseName = 'rundeck-core'
defaultTasks 'clean','assemble'
repositories {
Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<name>RunDeck Core</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -50,7 +50,7 @@
<configuration>
<archive>
<manifestEntries>
<Rundeck-Version>1.4.1</Rundeck-Version>
<Rundeck-Version>1.4.2</Rundeck-Version>
<Rundeck-Tools-Dependencies>ant-1.7.1.jar ant-launcher-1.7.1.jar log4j-1.2.16.jar commons-codec-1.3.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 @@ -163,8 +163,8 @@
</dependency>
</dependencies>
<properties>
<version_ident>1.4.1-0</version_ident>
<version>1.4.1</version>
<version_ident>1.4.2-0</version_ident>
<version>1.4.2</version>
<version_build>0</version_build>
</properties>
</project>
2 changes: 1 addition & 1 deletion plugins/build.gradle
@@ -1,6 +1,6 @@

allprojects{
version = '1.4.1'
version = '1.4.2'
defaultTasks 'clean','build'
rundeckPluginVersion= '1.0'
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-bundled-plugins</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<packaging>pom</packaging>
<name>RunDeck Bundled Plugins</name>
<url>http://rundeck.org</url>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions plugins/script-plugin/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>rundeck-bundled-plugins</artifactId>
<groupId>com.dtolabs.rundeck</groupId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.4.1</version>
<version>1.4.2</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
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>rundeck-bundled-plugins</artifactId>
<groupId>com.dtolabs.rundeck</groupId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<name>RunDeck Stub Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-project</artifactId>
<packaging>pom</packaging>
<version>1.4.1</version>
<version>1.4.2</version>
<name>RunDeck parent project</name>
<url>http://rundeck.org</url>

Expand Down
4 changes: 2 additions & 2 deletions rundeckapp/application.properties
Expand Up @@ -2,8 +2,8 @@
#Wed Nov 02 09:45:44 PDT 2011
app.grails.version=1.3.7
app.name=rundeck
app.version=1.4.1
build.ident=1.4.1-1
app.version=1.4.2
build.ident=1.4.2-0-rc1
plugins.hibernate=1.3.7
plugins.jetty=1.2-SNAPSHOT
plugins.mail=0.9
Expand Down
2 changes: 1 addition & 1 deletion rundeckapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck</artifactId>
<packaging>war</packaging>
<version>1.4.1</version>
<version>1.4.2</version>

<name>RunDeck App</name>
<description>RunDeck Command and Job Console</description>
Expand Down
6 changes: 3 additions & 3 deletions version.properties
@@ -1,3 +1,3 @@
version.number=1.4.1
version.release.number=1
version.tag=GA
version.number=1.4.2
version.release.number=0
version.tag=rc1

0 comments on commit 1555733

Please sign in to comment.