/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/pom.xml
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3198 by torben, Mon May 29 13:14:05 2017 UTC revision 3207 by torben, Sat Aug 19 14:06:42 2017 UTC
# Line 10  Line 10 
10      <description>My own utility collection for bukkit</description>      <description>My own utility collection for bukkit</description>
11    
12      <repositories>      <repositories>
13  <!--  
         <repository>  
             <id>bukkit-repo</id>  
             <url>http://repo.bukkit.org/content/groups/public/</url>  
         </repository>  
 -->  
14          <repository>          <repository>
15              <id>spigot-repo</id>              <id>spigot-repo</id>
16              <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>              <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
17          </repository>          </repository>
18  <!--  
         <repository>  
             <id>spout-repo</id>  
             <url>http://repo.spout.org/</url>  
         </repository>  
 -->  
19      </repositories>      </repositories>
20    
21      <dependencies>      <dependencies>
# Line 33  Line 23 
23              <groupId>org.bukkit</groupId>              <groupId>org.bukkit</groupId>
24              <artifactId>bukkit</artifactId>              <artifactId>bukkit</artifactId>
25              <!--<version>1.11-R0.1-SNAPSHOT</version>-->              <!--<version>1.11-R0.1-SNAPSHOT</version>-->
26              <version>1.12-pre5-SNAPSHOT</version>              <version>1.12-R0.1-SNAPSHOT</version>
27          </dependency>          </dependency>
28            
29            <!-- https://mvnrepository.com/artifact/io.ebean/ebean -->
30          <!--          <!--
31          <dependency>                  <dependency>
32                      <groupId>de.cubeisland</groupId>                      <groupId>io.ebean</groupId>
33                      <artifactId>ApiBukkit</artifactId>                      <artifactId>ebean</artifactId>
34                      <version>1.0.0-SNAPSHOT</version>                      <version>10.3.1</version>
35          </dependency>                  </dependency>
36           -->                   -->
37      </dependencies>      </dependencies>
38    
39    
# Line 62  Line 54 
54              <plugin>              <plugin>
55                  <groupId>org.apache.maven.plugins</groupId>                  <groupId>org.apache.maven.plugins</groupId>
56                  <artifactId>maven-compiler-plugin</artifactId>                  <artifactId>maven-compiler-plugin</artifactId>
57                  <version>3.6.0</version>                  <version>3.6.1</version>
58                  <configuration>                  <configuration>
59                      <showDeprecation>true</showDeprecation>                      <showDeprecation>true</showDeprecation>
60                      <source>1.8</source>                      <source>1.8</source>

Legend:
Removed from v.3198  
changed lines
  Added in v.3207

  ViewVC Help
Powered by ViewVC 1.1.20