Skip to content

Commit

Permalink
Downgraded JNA to 4.2.0 due to java-native-access/jna#668
Browse files Browse the repository at this point in the history
 Prepared next RC.
  • Loading branch information
lreimer committed Aug 12, 2016
1 parent d4263f5 commit cb51eda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions seuac-credentials-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}
}
dependencies {
classpath 'de.qaware.seu.as.code:seuac-credentials-plugin:2.4.0.RC2'
classpath 'de.qaware.seu.as.code:seuac-credentials-plugin:2.4.0.RC3'
}
}
Expand All @@ -32,7 +32,7 @@ apply plugin: 'de.qaware.seu.as.code.credentials'
Build script snippet for new, incubating, plugin mechanism introduced in Gradle 2.1:
```groovy
plugins {
id 'de.qaware.seu.as.code.credentials' version '2.4.0.RC2'
id 'de.qaware.seu.as.code.credentials' version '2.4.0.RC3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions seuac-credentials-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

dependencies {
compile 'net.java.dev.jna:jna:4.2.2'
compile 'net.java.dev.jna:jna-platform:4.2.2'
compile 'net.java.dev.jna:jna:4.2.0'
compile 'net.java.dev.jna:jna-platform:4.2.0'
compile 'commons-codec:commons-codec:1.10'
compile 'commons-io:commons-io:2.4'
compile 'org.apache.commons:commons-lang3:3.4'
Expand Down
2 changes: 1 addition & 1 deletion seuac-credentials-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.4.0.RC2
version=2.4.0.RC3

displayName=Gradle Credentials plugin
description=A Gradle plugin for the secure storage of credentials.
Expand Down

0 comments on commit cb51eda

Please sign in to comment.