Skip to content

Commit

Permalink
Merge pull request #39 from rundeck-plugins/upgrade-overthere-4.3.0
Browse files Browse the repository at this point in the history
Upgrade overthere to 4.3.0 fix #40 ref #19 #16
  • Loading branch information
gschueler committed Mar 15, 2016
2 parents e07ab68 + bc04371 commit b56f750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext.pluginClassNames='com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor'

defaultTasks 'clean','build'
version = '1.3.2-SNAPSHOT'
version = '1.3.3-SNAPSHOT'
ext.rundeckPluginVersion= '1.1'
apply plugin: 'java'
apply plugin: 'idea'
Expand Down Expand Up @@ -30,7 +30,7 @@ repositories {
mavenCentral()
}
dependencies {
pluginLibs(group: 'com.xebialabs.overthere', name: 'overthere', version: '4.2.1'){
pluginLibs(group: 'com.xebialabs.overthere', name: 'overthere', version: '4.3.0'){
exclude( module: 'bcprov-jdk15on')
exclude( module: 'jzlib')
exclude( module: 'sshj')
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Rundeck-Plugin-File-Version>1.3.2-SNAPSHOT</Rundeck-Plugin-File-Version>
<Rundeck-Plugin-Archive>true</Rundeck-Plugin-Archive>
<Rundeck-Plugin-Classnames>com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor</Rundeck-Plugin-Classnames>
<Rundeck-Plugin-Libs>lib/overthere-4.2.1.jar lib/slf4j-nop-1.6.3.jar lib/jcifs-1.3.17.jar lib/httpcore-4.4.1.jar lib/commons-codec-1.10.jar lib/slf4j-api-1.7.12.jar lib/truezip-file-7.7.8.jar lib/javassist-3.17.1-GA.jar lib/commons-compress-1.9.jar lib/truezip-driver-zip-7.7.8.jar lib/annotations-3.0.0.jar lib/truezip-kernel-7.7.8.jar lib/scannit-1.4.0.jar lib/truezip-driver-file-7.7.8.jar lib/httpclient-4.4.1.jar</Rundeck-Plugin-Libs>
<Rundeck-Plugin-Libs>lib/overthere-4.3.0.jar lib/slf4j-nop-1.6.3.jar lib/jcifs-1.3.17.jar lib/httpcore-4.4.1.jar lib/commons-codec-1.10.jar lib/slf4j-api-1.7.12.jar lib/truezip-file-7.7.8.jar lib/javassist-3.17.1-GA.jar lib/commons-compress-1.9.jar lib/truezip-driver-zip-7.7.8.jar lib/annotations-3.0.0.jar lib/truezip-kernel-7.7.8.jar lib/scannit-1.4.0.jar lib/truezip-driver-file-7.7.8.jar lib/httpclient-4.4.1.jar</Rundeck-Plugin-Libs>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -88,7 +88,7 @@
<dependency>
<groupId>com.xebialabs.overthere</groupId>
<artifactId>overthere</artifactId>
<version>4.2.1</version>
<version>4.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b56f750

Please sign in to comment.