/[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 3136 by torben, Fri Nov 18 14:15:00 2016 UTC revision 3203 by torben, Thu Jun 1 13:16:06 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>
22          <dependency>          <dependency>
23              <groupId>org.bukkit</groupId>              <groupId>org.bukkit</groupId>
24              <artifactId>bukkit</artifactId>              <artifactId>bukkit</artifactId>
25              <version>1.10.2-R0.1-SNAPSHOT</version>              <!--<version>1.11-R0.1-SNAPSHOT</version>-->
26          </dependency>              <version>1.12-pre6-SNAPSHOT</version>
         <!--  
         <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 64  Line 55 
55                  <version>3.6.0</version>                  <version>3.6.0</version>
56                  <configuration>                  <configuration>
57                      <showDeprecation>true</showDeprecation>                      <showDeprecation>true</showDeprecation>
58                        <source>1.8</source>
59                        <target>1.8</target>
60                  </configuration>                  </configuration>
61              </plugin>              </plugin>
62              <plugin>              <plugin>

Legend:
Removed from v.3136  
changed lines
  Added in v.3203

  ViewVC Help
Powered by ViewVC 1.1.20