Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannyboy11 committed Oct 14, 2023
1 parent 5006f5f commit c8489f7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion JavaExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Scala2Example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Scala3Example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ScalaLoader-Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ScalaLoader-Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ScalaLoader-Paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ScalaLoader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaPluginLoader</artifactId>
<packaging>pom</packaging>
<version>0.18.11-SNAPSHOT</version>
<version>0.18.12-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit c8489f7

Please sign in to comment.