Skip to content

Commit

Permalink
Update version to 2.6.8-0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 29, 2016
1 parent 1c94f22 commit 6c07b85
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 58 deletions.
36 changes: 18 additions & 18 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>2.6.7</version>
<version>2.6.8-SNAPSHOT</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,15 +110,27 @@
<configuration>
<archive>
<manifestEntries>
<Rundeck-Version>2.6.7</Rundeck-Version>
<Rundeck-Tools-Dependencies>rundeck-storage-api-2.6.7.jar rundeck-storage-conf-2.6.7.jar jaxen-1.1.jar ant-1.8.3.jar log4j-1.2.17.jar commons-codec-1.5.jar commons-beanutils-1.8.3.jar commons-collections-3.2.2.jar commons-logging-1.1.1.jar commons-lang-2.6.jar dom4j-1.6.1.jar commons-cli-1.0.jar ant-jsch-1.8.3.jar jsch-0.1.53.jar jsch.agentproxy.jsch-0.0.9.jar jsch.agentproxy.sshagent-0.0.9.jar jsch.agentproxy.usocket-jna-0.0.9.jar jsch.agentproxy.usocket-nc-0.0.9.jar jsch.agentproxy.connector-factory-0.0.9.jar jsch.agentproxy.core-0.0.9.jar jackson-databind-2.5.3.jar jackson-core-2.5.3.jar jackson-annotations-2.5.3.jar snakeyaml-1.9.jar xercesImpl-2.11.0.jar xml-apis-1.4.01.jar commons-httpclient-3.0.1.jar rundeck-storage-data-2.6.7.jar jdom-1.0.jar xom-1.0.jar ant-launcher-1.8.3.jar jna-4.1.0.jar jna-platform-4.1.0.jar jsch.agentproxy.pageant-0.0.9.jar icu4j-2.6.1.jar</Rundeck-Tools-Dependencies>
<Rundeck-Version>2.6.8-SNAPSHOT</Rundeck-Version>
<Rundeck-Tools-Dependencies>rundeck-storage-api-2.6.8-SNAPSHOT.jar rundeck-storage-conf-2.6.8-SNAPSHOT.jar jaxen-1.1.jar ant-1.8.3.jar log4j-1.2.17.jar commons-codec-1.5.jar commons-beanutils-1.8.3.jar commons-collections-3.2.2.jar commons-logging-1.1.1.jar commons-lang-2.6.jar dom4j-1.6.1.jar commons-cli-1.0.jar ant-jsch-1.8.3.jar jsch-0.1.53.jar jsch.agentproxy.jsch-0.0.9.jar jsch.agentproxy.sshagent-0.0.9.jar jsch.agentproxy.usocket-jna-0.0.9.jar jsch.agentproxy.usocket-nc-0.0.9.jar jsch.agentproxy.connector-factory-0.0.9.jar jsch.agentproxy.core-0.0.9.jar jackson-databind-2.5.3.jar jackson-core-2.5.3.jar jackson-annotations-2.5.3.jar snakeyaml-1.9.jar xercesImpl-2.11.0.jar xml-apis-1.4.01.jar commons-httpclient-3.0.1.jar rundeck-storage-data-2.6.8-SNAPSHOT.jar jdom-1.0.jar xom-1.0.jar ant-launcher-1.8.3.jar jna-4.1.0.jar jna-platform-4.1.0.jar jsch.agentproxy.pageant-0.0.9.jar icu4j-2.6.1.jar</Rundeck-Tools-Dependencies>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-api</artifactId>
<version>2.6.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-conf</artifactId>
<version>2.6.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy.jsch</artifactId>
Expand Down Expand Up @@ -209,12 +221,6 @@
<version>0.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-api</artifactId>
<version>2.6.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jsch</artifactId>
Expand All @@ -237,12 +243,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-conf</artifactId>
<version>2.6.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Expand Down Expand Up @@ -323,8 +323,8 @@
</dependency>
</dependencies>
<properties>
<version_ident>2.6.7-1</version_ident>
<version>2.6.7</version>
<version_build>1</version_build>
<version_ident>2.6.8-SNAPSHOT-0</version_ident>
<version>2.6.8-SNAPSHOT</version>
<version_build>0</version_build>
</properties>
</project>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#####################################################################

group = org.rundeck
currentVersion = 2.6.7
currentVersion = 2.6.8
grailsVersion = 2.4.4
mavenCentralUrl = http://repo1.maven.org/maven2/
grailsCentralUrl = http://grails.org/plugins
8 changes: 4 additions & 4 deletions plugins/copyfile-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>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-copyfile-plugin</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>RunDeck CopyFile Step Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
<Rundeck-Plugin-Classnames>com.dtolabs.rundeck.plugin.copyfile.CopyFileNodeStepPlugin</Rundeck-Plugin-Classnames>
<Rundeck-Plugin-Version>1.1</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>2.6.7</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>2.6.8-SNAPSHOT</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
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>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-localexec-plugin</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>2.6.8-SNAPSHOT</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>2.6.8-SNAPSHOT</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-script-plugin</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>2.6.8-SNAPSHOT</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
</parent>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-stub-plugin</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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,com.dtolabs.rundeck.plugin.stub.StubResourceModelSourceFactory</Rundeck-Plugin-Classnames>
<Rundeck-Plugin-Version>1.1</Rundeck-Plugin-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-File-Version>2.6.7</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-File-Version>2.6.8-SNAPSHOT</Rundeck-Plugin-File-Version>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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 @@ -4,7 +4,7 @@
<groupId>org.rundeck</groupId>
<artifactId>rundeck-project</artifactId>
<packaging>pom</packaging>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>RunDeck parent project</name>
<url>http://rundeck.org</url>
<modules>
Expand Down
6 changes: 3 additions & 3 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>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>Rundeck Launcher</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand Down Expand Up @@ -66,13 +66,13 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-jetty-server</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</version>
<version>2.6.8-SNAPSHOT</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>2.6.7</Rundeck-Version>
<Rundeck-Version>2.6.8-SNAPSHOT</Rundeck-Version>
<Main-Class>com.dtolabs.rundeck.RunServer</Main-Class>
</manifestEntries>
</archive>
Expand Down
2 changes: 1 addition & 1 deletion rundeck-storage/rundeck-storage-api/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-storage-api</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>Rundeck library rundeck-storage-api</name>
<description>Rundeck</description>
<url>http://rundeck.org</url>
Expand Down
4 changes: 2 additions & 2 deletions rundeck-storage/rundeck-storage-conf/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-storage-conf</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>Rundeck library rundeck-storage-conf</name>
<description>Rundeck</description>
<url>http://rundeck.org</url>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-data</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rundeck-storage/rundeck-storage-data/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-storage-data</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>Rundeck library rundeck-storage-data</name>
<description>Rundeck</description>
<url>http://rundeck.org</url>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-api</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rundeck-storage/rundeck-storage-filesys/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-storage-filesys</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>Rundeck library rundeck-storage-filesys</name>
<description>Rundeck</description>
<url>http://rundeck.org</url>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-data</artifactId>
<version>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rundeckapp/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
app.grails.version=2.4.4
app.name=rundeck
app.servlet.version=2.5
app.version = 2.6.7
build.ident = 2.6.7-1
app.version = 2.6.8-SNAPSHOT
build.ident = 2.6.8-0-SNAPSHOT
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>2.6.7</version>
<version>2.6.8-SNAPSHOT</version>
<name>RunDeck App</name>
<description>RunDeck Command and Job Console</description>
<url>http://rundeck.org</url>
Expand Down
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version.number=2.6.7
version.release.number=1
version.tag=GA
version.number=2.6.8
version.release.number=0
version.tag=SNAPSHOT

0 comments on commit 6c07b85

Please sign in to comment.