Skip to content

Commit

Permalink
Version up FC-0.8
Browse files Browse the repository at this point in the history
Fixed pom.xml (was still using 1.12.2 API)
Updated plugin.yml (main class)
  • Loading branch information
Poslovitch committed Aug 1, 2018
1 parent 138b8e7 commit 399a5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BentoBox
main: world.bentobox.bbox.BentoBox
main: world.bentobox.bentobox.BentoBox
version: ${version}
api-version: 1.13

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
<version>1.6</version> <executions> <execution> <phase>package</phase> <goals>
<goal>shade</goal> </goals> <configuration> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>world.bentobox.bbox.BSkyBlock</mainClass> </transformer> </transformers>
<mainClass>world.bentobox.bentobox.BSkyBlock</mainClass> </transformer> </transformers>
</configuration> </execution> </executions> </plugin> -->

<plugin>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<version>1.13-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -201,5 +201,5 @@
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
</repository>
</repositories>
<version>1.0</version>
<version>FC-0.8</version>
</project>

0 comments on commit 399a5c1

Please sign in to comment.