Skip to content

Commit

Permalink
release jfreesane 1.0, move to bintray plugin 1.8.4
Browse files Browse the repository at this point in the history
The bintray plugin update was required to fix
bintray/gradle-bintray-plugin#291.
  • Loading branch information
sjamesr committed Mar 19, 2021
1 parent bd4264a commit d6531b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ The easiest way to get this software is using [Maven](http://maven.apache.org/).
<dependency>
<groupId>com.googlecode.jfreesane</groupId>
<artifactId>jfreesane</artifactId>
<version>0.98</version>
<version>1.0</version>
</dependency>
</dependencies>
</project>
```

Otherwise, you can [download the jar file](https://github.com/sjamesr/jfreesane/releases/tag/jfreesane-0.98)
Otherwise, you can [download the jar file](https://github.com/sjamesr/jfreesane/releases/tag/jfreesane-1.0)
and put it in your project's CLASSPATH.

Once JFreeSane is available on your classpath, please read on for a tutorial on how to use it.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'checkstyle'
id 'java'
id 'wrapper'
id 'com.jfrog.bintray' version '1.4'
id 'com.jfrog.bintray' version '1.8.4'
id 'maven-publish'
id 'com.github.sherter.google-java-format' version '0.3.2'
id 'net.ltgt.errorprone' version '1.3.0'
Expand All @@ -19,7 +19,7 @@ jacocoTestReport {
}
}

def releaseVersion = '0.98'
def releaseVersion = '1.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit d6531b4

Please sign in to comment.