/[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 3203 by torben, Thu Jun 1 13:16:06 2017 UTC revision 3207 by torben, Sat Aug 19 14:06:42 2017 UTC
# Line 23  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-pre6-SNAPSHOT</version>              <version>1.12-R0.1-SNAPSHOT</version>
27          </dependency>          </dependency>
28                    
29          <!-- https://mvnrepository.com/artifact/io.ebean/ebean -->          <!-- https://mvnrepository.com/artifact/io.ebean/ebean -->
30            <!--
31                  <dependency>                  <dependency>
32                      <groupId>io.ebean</groupId>                      <groupId>io.ebean</groupId>
33                      <artifactId>ebean</artifactId>                      <artifactId>ebean</artifactId>
34                      <version>10.3.1</version>                      <version>10.3.1</version>
35                  </dependency>                  </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>3.6.0</version>                  <version>3.6.1</version>
58                  <configuration>                  <configuration>
59                      <showDeprecation>true</showDeprecation>                      <showDeprecation>true</showDeprecation>
60                      <source>1.8</source>                      <source>1.8</source>

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

  ViewVC Help
Powered by ViewVC 1.1.20