Skip to content

Commit

Permalink
increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercake10 committed Aug 5, 2021
1 parent e0bd4a3 commit de6759b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.Linus122.TimeIsMoney</groupId>
<artifactId>parent</artifactId>
<version>1.9.6.19</version>
<version>1.9.6.20</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -47,6 +47,12 @@
<include>xyz.spaceio:SpaceGUI</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>xyz.spaceio</pattern>
<shadedPattern>de.Linus122.net.xyz.spaceio</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -92,7 +98,7 @@
<dependency>
<groupId>xyz.spaceio</groupId>
<artifactId>SpaceGUI</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion Tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.Linus122.TimeIsMoney</groupId>
<artifactId>parent</artifactId>
<version>1.9.6.19</version>
<version>1.9.6.20</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit de6759b

Please sign in to comment.