Skip to content

Commit bf49953

Browse files
committed
Release JavaLoader 0.0.7
1 parent 68f42ae commit bf49953

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

JavaLoader-Bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.pieter12345</groupId>
1010
<artifactId>JavaLoader</artifactId>
11-
<version>0.0.7-SNAPSHOT</version>
11+
<version>0.0.7</version>
1212
</parent>
1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

JavaLoader-Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.pieter12345</groupId>
99
<artifactId>JavaLoader</artifactId>
10-
<version>0.0.7-SNAPSHOT</version>
10+
<version>0.0.7</version>
1111
</parent>
1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

JavaLoader-Velocity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.pieter12345</groupId>
1010
<artifactId>JavaLoader</artifactId>
11-
<version>0.0.7-SNAPSHOT</version>
11+
<version>0.0.7</version>
1212
</parent>
1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.pieter12345</groupId>
55
<artifactId>JavaLoader</artifactId>
6-
<version>0.0.7-SNAPSHOT</version>
6+
<version>0.0.7</version>
77
<name>JavaLoader</name>
88
<description>Software that allows you to compile, enable, disable and hotswap Java projects in runtime,
99
intended to be wrapped in Java software with less flexible plugin systems.</description>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<revision>0.0.7-SNAPSHOT</revision>
13+
<revision>0.0.7</revision>
1414
</properties>
1515
<developers>
1616
<developer>

0 commit comments

Comments
 (0)