/[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 2439 by torben, Mon Mar 9 14:38:59 2015 UTC revision 3201 by torben, Wed May 31 08:56:00 2017 UTC
# Line 20  Line 20 
20              <id>spigot-repo</id>              <id>spigot-repo</id>
21              <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>              <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
22          </repository>          </repository>
23    <!--
24          <repository>          <repository>
25              <id>spout-repo</id>              <id>spout-repo</id>
26              <url>http://repo.spout.org/</url>              <url>http://repo.spout.org/</url>
27          </repository>          </repository>
28    -->
29      </repositories>      </repositories>
30    
31      <dependencies>      <dependencies>
32          <dependency>          <dependency>
33              <groupId>org.bukkit</groupId>              <groupId>org.bukkit</groupId>
34              <artifactId>bukkit</artifactId>              <artifactId>bukkit</artifactId>
35              <version>1.8.3-R0.1-SNAPSHOT</version>              <!--<version>1.11-R0.1-SNAPSHOT</version>-->
36          </dependency>              <version>1.12-pre6-SNAPSHOT</version>
         <!--  
         <dependency>  
                     <groupId>de.cubeisland</groupId>  
                     <artifactId>ApiBukkit</artifactId>  
                     <version>1.0.0-SNAPSHOT</version>  
37          </dependency>          </dependency>
          -->  
38      </dependencies>      </dependencies>
39    
40    
# Line 60  Line 55 
55              <plugin>              <plugin>
56                  <groupId>org.apache.maven.plugins</groupId>                  <groupId>org.apache.maven.plugins</groupId>
57                  <artifactId>maven-compiler-plugin</artifactId>                  <artifactId>maven-compiler-plugin</artifactId>
58                  <version>3.2</version>                  <version>3.6.0</version>
59                  <configuration>                  <configuration>
60                      <showDeprecation>true</showDeprecation>                      <showDeprecation>true</showDeprecation>
61                        <source>1.8</source>
62                        <target>1.8</target>
63                  </configuration>                  </configuration>
64              </plugin>              </plugin>
65              <plugin>              <plugin>
66                  <groupId>org.apache.maven.plugins</groupId>                  <groupId>org.apache.maven.plugins</groupId>
67                  <artifactId>maven-jar-plugin</artifactId>                  <artifactId>maven-jar-plugin</artifactId>
68                  <version>2.5</version>                  <version>3.0.2</version>
69                  <configuration>                  <configuration>
70                      <archive>                      <archive>
71                          <addMavenDescriptor>true</addMavenDescriptor>                          <addMavenDescriptor>true</addMavenDescriptor>

Legend:
Removed from v.2439  
changed lines
  Added in v.3201

  ViewVC Help
Powered by ViewVC 1.1.20