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

Commit

Permalink
Dropped pre-flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Jan 24, 2020
1 parent 374107a commit 7a3c392
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 330 deletions.
2 changes: 1 addition & 1 deletion PathfinderAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.152.0-SNAPSHOT</version>
<version>1.152.1-SNAPSHOT</version>
</parent>

<pluginRepositories>
Expand Down
9 changes: 1 addition & 8 deletions PathfinderPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@
<version>${project.parent.version}</version>
</dependency>

<dependency>
<artifactId>Pathfinder_1_12</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<scope>compile</scope>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<artifactId>Pathfinder_1_13_2</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
Expand Down Expand Up @@ -128,6 +121,6 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.152.0-SNAPSHOT</version>
<version>1.152.1-SNAPSHOT</version>
</parent>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class PathfinderGoalPlugin : JavaPlugin() {

when (version) {

"v1_12_R1" -> this.craftPathfinderManager = com.github.ysl3000.bukkit.pathfinding.craftbukkit.v1_12_R1.pathfinding.CraftPathfinderManager()
"v1_13_R2" -> this.craftPathfinderManager = com.github.ysl3000.bukkit.pathfinding.craftbukkit.v1_13_R2.pathfinding.CraftPathfinderManager()
"v1_14_R1" -> this.craftPathfinderManager = com.github.ysl3000.bukkit.pathfinding.craftbukkit.v1_14_R1.pathfinding.CraftPathfinderManager()
"v1_15_R1" -> this.craftPathfinderManager = com.github.ysl3000.bukkit.pathfinding.craftbukkit.v1_15_R1.pathfinding.CraftPathfinderManager()
Expand Down
2 changes: 1 addition & 1 deletion PathfinderTestPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.152.0-SNAPSHOT</version>
<version>1.152.1-SNAPSHOT</version>
</parent>
</project>
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.152.0-SNAPSHOT</version>
<version>1.152.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
58 changes: 0 additions & 58 deletions Pathfinder_1_12/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion Pathfinder_1_13_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.152.0-SNAPSHOT</version>
<version>1.152.1-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion Pathfinder_1_14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<parent>
<artifactId>PathfindergoalAPI</artifactId>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
<version>1.152.0-SNAPSHOT</version>
<version>1.152.1-SNAPSHOT</version>
</parent>

</project>
Loading

0 comments on commit 7a3c392

Please sign in to comment.