/[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 3239 by torben, Wed Jul 18 07:59:05 2018 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.13-pre7-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>          <!--
31                      <version>1.0.0-SNAPSHOT</version>                  <dependency>
32          </dependency>                      <groupId>io.ebean</groupId>
33                        <artifactId>ebean</artifactId>
34                        <version>10.3.1</version>
35                    </dependency>
36                     -->
37      </dependencies>      </dependencies>
38    
39    
# Line 52  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>2.3.2</version>                  <version>3.6.1</version>
58                  <configuration>                  <configuration>
59                      <showDeprecation>true</showDeprecation>                      <showDeprecation>true</showDeprecation>
60                        <source>1.8</source>
61                        <target>1.8</target>
62                  </configuration>                  </configuration>
63              </plugin>              </plugin>
64              <plugin>              <plugin>
65                  <groupId>org.apache.maven.plugins</groupId>                  <groupId>org.apache.maven.plugins</groupId>
66                  <artifactId>maven-jar-plugin</artifactId>                  <artifactId>maven-jar-plugin</artifactId>
67                  <version>2.3.1</version>                  <version>3.0.2</version>
68                  <configuration>                  <configuration>
69                      <archive>                      <archive>
70                          <addMavenDescriptor>true</addMavenDescriptor>                          <addMavenDescriptor>true</addMavenDescriptor>

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

  ViewVC Help
Powered by ViewVC 1.1.20