/[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 1866 by torben, Mon Oct 15 15:37:30 2012 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    
14          <repository>          <repository>
15              <id>bukkit-repo</id>              <id>spigot-repo</id>
16              <url>http://repo.bukkit.org/content/groups/public/</url>              <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
         </repository>  
         <repository>  
             <id>spout-repo</id>  
             <url>http://repo.spout.org/</url>  
17          </repository>          </repository>
18    
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.3.2-R1.0</version>              <!--<version>1.11-R0.1-SNAPSHOT</version>-->
26                <version>1.12-R0.1-SNAPSHOT</version>
27          </dependency>          </dependency>
28          <dependency>          
29                      <groupId>de.codeinfection</groupId>          <!-- https://mvnrepository.com/artifact/io.ebean/ebean -->
30                      <artifactId>ApiBukkit</artifactId>                  <dependency>
31                      <version>1.0.0-SNAPSHOT</version>                      <groupId>io.ebean</groupId>
32          </dependency>                      <artifactId>ebean</artifactId>
33                        <version>10.3.1</version>
34                    </dependency>
35      </dependencies>      </dependencies>
36    
37    
# Line 52  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>2.3.2</version>                  <version>3.6.1</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>
63                  <groupId>org.apache.maven.plugins</groupId>                  <groupId>org.apache.maven.plugins</groupId>
64                  <artifactId>maven-jar-plugin</artifactId>                  <artifactId>maven-jar-plugin</artifactId>
65                  <version>2.3.1</version>                  <version>3.0.2</version>
66                  <configuration>                  <configuration>
67                      <archive>                      <archive>
68                          <addMavenDescriptor>true</addMavenDescriptor>                          <addMavenDescriptor>true</addMavenDescriptor>

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

  ViewVC Help
Powered by ViewVC 1.1.20