Skip to content

Commit

Permalink
New build.
Browse files Browse the repository at this point in the history
Signed-off-by: weisj <[email protected]>
  • Loading branch information
weisJ committed Feb 8, 2020
1 parent 750531b commit adba184
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.5</version>
<version>1.3.1.6</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf:1.3.1.5'
implementation 'com.github.weisj:darklaf:1.3.1.6'
````

## Installation
Expand Down
Binary file renamed bin/darklaf-1.3.1.5.jar → bin/darklaf-1.3.1.6.jar
Binary file not shown.
Binary file not shown.
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.5'
version = '1.3.1.6'

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.5'
version = '1.3.1.6'

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.5'
version = '1.3.1.6'

from components.java

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.5</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.metsci.ext.com.kitfox.svg</groupId>
<artifactId>svg-salamander</artifactId>
<version>[0.1.19,)</version>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.1.6</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>
Expand Down

0 comments on commit adba184

Please sign in to comment.