We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093264c commit d325caaCopy full SHA for d325caa
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.matrixcreations</groupId>
8
<artifactId>MatrixColorAPI</artifactId>
9
- <version>1.0.0</version>
+ <version>1.0.4</version>
10
<packaging>jar</packaging>
11
12
<name>MatrixColorAPI</name>
@@ -31,7 +31,7 @@
31
<plugin>
32
<groupId>org.apache.maven.plugins</groupId>
33
<artifactId>maven-shade-plugin</artifactId>
34
- <version>3.5.3</version>
+ <version>3.2.4</version>
35
<executions>
36
<execution>
37
<phase>package</phase>
0 commit comments