Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Release 1.161.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Jun 30, 2020
1 parent b21472b commit f2b722c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion PathfinderAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion PathfinderPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion PathfinderTestPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>

<artifactId>PathfinderTestPlugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion PathfinderTestPluginJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion Pathfinder_1_13_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion Pathfinder_1_14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion Pathfinder_1_15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Pathfinder_1_16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.161.0</version>
<version>1.161.1</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 @@ -11,7 +11,7 @@
<dokka.version>0.10.1</dokka.version>
</properties>

<version>1.161.0</version>
<version>1.161.1</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit f2b722c

Please sign in to comment.