diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf29000f968da182d1ce56fe754eea4e20cfd2c..688f0069fca489d52f3fcbc735fa779e98ab2bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Aparapi Changelog +## 1.3.5 + +* Updated nexus stagin plugin: 1.6.7 -> 1.6.8 + ## 1.3.4 * Updated to aparapi-jni 1.1.2 thus fixing `UnsatisfiedLinkError` which occured only on Windows. diff --git a/pom.xml b/pom.xml index 63c1db480534633bb9b83cd90441b5312c1cd4b2..027d32951619087ff389be5e625e833a729d91b6 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> + <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId>