Skip to content

Commit

Permalink
Update version to 1.4.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 16, 2012
1 parent 33b64f8 commit 930f15a
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 28 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.3'
version = '1.4.3-rc1'
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.3</version>
<version>1.4.3-rc1</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.3</Rundeck-Version>
<Rundeck-Version>1.4.3-rc1</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.3-0</version_ident>
<version>1.4.3</version>
<version_ident>1.4.3-rc1-0</version_ident>
<version>1.4.3-rc1</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.3'
version = '1.4.3-rc1'
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.3</version>
<version>1.4.3-rc1</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.3</version>
<version>1.4.3-rc1</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.3</version>
<version>1.4.3-rc1</version>
</parent>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</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.3</version>
<version>1.4.3-rc1</version>
</parent>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</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.3</version>
<version>1.4.3-rc1</version>
<name>RunDeck parent project</name>
<url>http://rundeck.org</url>

Expand Down
2 changes: 1 addition & 1 deletion rundeck-launcher/build.gradle
@@ -1,5 +1,5 @@
allprojects{
version = '1.4.3'
version = '1.4.3-rc1'
defaultTasks 'clean','assemble'
apply plugin: 'idea'
group = 'com.dtolabs.rundeck'
Expand Down
2 changes: 1 addition & 1 deletion rundeck-launcher/launcher/build.gradle
Expand Up @@ -177,4 +177,4 @@ task createPom << {
}
}
}.writeTo("pom.xml")
}
}
10 changes: 5 additions & 5 deletions rundeck-launcher/launcher/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-launcher</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</version>
<name>Rundeck Launcher</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -66,23 +66,23 @@
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</version>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</version>
</dependency>
<dependency>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rundeck-launcher/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-launcher-parent</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</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
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dtolabs.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>1.4.3</version>
<version>1.4.3-rc1</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.3</Rundeck-Version>
<Rundeck-Version>1.4.3-rc1</Rundeck-Version>
<Main-Class>com.dtolabs.rundeck.RunServer</Main-Class>
</manifestEntries>
</archive>
Expand Down
7 changes: 4 additions & 3 deletions rundeckapp/application.properties
@@ -1,9 +1,10 @@
#Grails Metadata file
#Wed Nov 02 09:45:44 PDT 2011
#Tue May 15 11:10:48 PDT 2012
app.grails.version=1.3.7
app.name=rundeck
app.version=1.4.3
build.ident=1.4.3-0-dev
app.version=1.4.3-rc1
build.ident=1.4.3-0-rc1
plugins.h2=0.2.6
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.3</version>
<version>1.4.3-rc1</version>

<name>RunDeck App</name>
<description>RunDeck Command and Job Console</description>
Expand Down
2 changes: 1 addition & 1 deletion version.properties
@@ -1,3 +1,3 @@
version.number=1.4.3
version.release.number=0
version.tag=dev
version.tag=rc1

0 comments on commit 930f15a

Please sign in to comment.