/[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 3206 by torben, Sat Aug 19 14:00:56 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>
         </dependency>  
         <!--  
         <dependency>  
                     <groupId>de.cubeisland</groupId>  
                     <artifactId>ApiBukkit</artifactId>  
                     <version>1.0.0-SNAPSHOT</version>  
27          </dependency>          </dependency>
28           -->          
29            <!-- https://mvnrepository.com/artifact/io.ebean/ebean -->
30                    <dependency>
31                        <groupId>io.ebean</groupId>
32                        <artifactId>ebean</artifactId>
33                        <version>10.3.1</version>
34                    </dependency>
35      </dependencies>      </dependencies>
36    
37    
# Line 62  Line 52 
52              <plugin>              <plugin>
53                  <groupId>org.apache.maven.plugins</groupId>                  <groupId>org.apache.maven.plugins</groupId>
54                  <artifactId>maven-compiler-plugin</artifactId>                  <artifactId>maven-compiler-plugin</artifactId>
55                  <version>3.6.0</version>                  <version>3.6.1</version>
56                  <configuration>                  <configuration>
57                      <showDeprecation>true</showDeprecation>                      <showDeprecation>true</showDeprecation>
58                      <source>1.8</source>                      <source>1.8</source>

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

  ViewVC Help
Powered by ViewVC 1.1.20