Renamed Pom Artifact ID

Updated to Bytecode-Viewer to ease jar packaging
This commit is contained in:
Konloch 2021-07-21 15:57:02 -07:00
parent a4cf3a2337
commit b26c407306

12
pom.xml
View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>the.bytecode.club</groupId>
<artifactId>bytecodeviewer</artifactId>
<artifactId>Bytecode-Viewer</artifactId>
<version>2.11.0</version>
<properties>
@ -228,17 +228,17 @@
<artifactId>darklaf-core</artifactId>
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready, see below -->
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-windows</artifactId>
<version>2.6.2-20210719.010320-83</version>
</dependency>
<!-- RELEASE VERSION:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>2.6.2</version>
</dependency>-->
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-windows</artifactId>
<version>2.6.2-20210719.010320-83</version>
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>