Browse Source

new build

Signed-off-by: weisj <weisj@arcor.de>
pull/27/head
weisj 5 years ago
parent
commit
fcbf9c49cb
  1. BIN
      bin/darklaf-1.3.3.2.jar
  2. BIN
      bin/darklaf-standalone-1.3.3.2.jar
  3. 2
      build.gradle
  4. 2
      build_x64.gradle
  5. 2
      build_x86.gradle
  6. 22
      pom.xml

BIN
bin/darklaf-1.3.3.1.jar → bin/darklaf-1.3.3.2.jar

Binary file not shown.

BIN
bin/darklaf-standalone-1.3.3.1.jar → bin/darklaf-standalone-1.3.3.2.jar

Binary file not shown.

2
build.gradle

@ -75,7 +75,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.3.1'
version = '1.3.3.2'
from components.java

2
build_x64.gradle

@ -74,7 +74,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.3.1'
version = '1.3.3.2'
from components.java

2
build_x86.gradle

@ -74,7 +74,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3.3.1'
version = '1.3.3.2'
from components.java

22
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>1.3.3.1</version>
<version>1.3.3.2</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
@ -41,16 +41,16 @@
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/weisJ/darklaf/issues</url>
</issueManagement>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/weisJ/darklaf/blob/master/licence/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/weisJ/darklaf/issues</url>
</issueManagement>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/weisJ/darklaf/blob/master/licence/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/weisJ/darklaf</url>
<connection>scm:git:git://github.com/weisJ/darklaf.git</connection>
<developerConnection>scm:git:ssh://git@github.com:weisj/darklaf.git</developerConnection>

Loading…
Cancel
Save