diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-09-13 23:44:19 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-09-13 23:44:50 +0100 |
| commit | 15abf83910fb0200080e5002caebd6de575b566d (patch) | |
| tree | c0d2bb2c49db8004bdf0b92326e830720afdb48c /pom.xml | |
| parent | 861dbd278700f98244374c0f0f0ad417e46336a6 (diff) | |
Using api version 1.14
- Removed all references to numerical ids
- Removed SimilarBlocks class
- Updated examples to new material names
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -6,7 +6,7 @@ <groupId>com.leonardobishop</groupId> <artifactId>quests</artifactId> - <version>2.5</version> + <version>2.6</version> <name>Quests</name> <properties> @@ -55,7 +55,7 @@ <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot-api</artifactId> - <version>1.12.2-R0.1-SNAPSHOT</version> + <version>1.14.4-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -92,27 +92,6 @@ <type>jar</type> <scope>provided</scope> </dependency> - - - <!-- <!– Test –>--> -<!-- <dependency>--> -<!-- <groupId>org.powermock</groupId>--> -<!-- <artifactId>powermock-module-junit4</artifactId>--> -<!-- <version>2.0.0</version>--> -<!-- <scope>test</scope>--> -<!-- </dependency>--> -<!-- <dependency>--> -<!-- <groupId>org.powermock</groupId>--> -<!-- <artifactId>powermock-api-mockito2</artifactId>--> -<!-- <version>2.0.0</version>--> -<!-- <scope>test</scope>--> -<!-- </dependency>--> -<!-- <dependency>--> -<!-- <groupId>junit</groupId>--> -<!-- <artifactId>junit</artifactId>--> -<!-- <version>4.11</version>--> -<!-- <scope>test</scope>--> -<!-- </dependency>--> </dependencies> <build> @@ -136,11 +115,6 @@ </configuration> </plugin> -<!-- <plugin>--> -<!-- <groupId>org.apache.maven.plugins</groupId>--> -<!-- <artifactId>maven-surefire-plugin</artifactId>--> -<!-- </plugin>--> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> |
