Browse Source

removed -SNAPSHOT classifier from version

pull/75/head
weisj 5 years ago
parent
commit
6bf22620a2
  1. 14
      core/pom.xml

14
core/pom.xml

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId> <artifactId>darklaf-core</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<name>Darklaf core</name> <name>Darklaf core</name>
<description>A themeable Look and Feel for java swing</description> <description>A themeable Look and Feel for java swing</description>
<url>https://github.com/weisJ/darklaf</url> <url>https://github.com/weisJ/darklaf</url>
@ -39,37 +39,37 @@
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-native-utils</artifactId> <artifactId>darklaf-native-utils</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-utils</artifactId> <artifactId>darklaf-utils</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-decorations-base</artifactId> <artifactId>darklaf-decorations-base</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-windows</artifactId> <artifactId>darklaf-windows</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-macos</artifactId> <artifactId>darklaf-macos</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-property-loader</artifactId> <artifactId>darklaf-property-loader</artifactId>
<version>1.4.0.3-SNAPSHOT</version> <version>1.4.0.3</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>

Loading…
Cancel
Save