Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
Signed-off-by: weisj <weisj@arcor.de>
  • Loading branch information
weisJ committed Feb 9, 2020
1 parent 0a2ff3f commit c2f0897
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.6</version>
<version>1.3.2.0</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf:1.3.1.6'
implementation 'com.github.weisj:darklaf:1.3.2.0'
````

## Installation
Expand Down
Binary file renamed bin/darklaf-1.3.1.6.jar → bin/darklaf-1.3.2.0.jar
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.1.6'
version = '1.3.2.0'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion build_x64.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.1.6'
version = '1.3.2.0'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion build_x86.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.1.6'
version = '1.3.2.0'

from components.java

Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.6</version>
<version>1.3.2.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.metsci.ext.com.kitfox.svg</groupId>
<artifactId>svg-salamander</artifactId>
<version>[0.1.19,)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.1.0</version>
<scope>compile</scope>
Expand Down

0 comments on commit c2f0897

Please sign in to comment.