/[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 3201 by torben, Wed May 31 08:56:00 2017 UTC
# Line 32  Line 32 
32          <dependency>          <dependency>
33              <groupId>org.bukkit</groupId>              <groupId>org.bukkit</groupId>
34              <artifactId>bukkit</artifactId>              <artifactId>bukkit</artifactId>
35              <version>1.10.2-R0.1-SNAPSHOT</version>              <!--<version>1.11-R0.1-SNAPSHOT</version>-->
36                <version>1.12-pre6-SNAPSHOT</version>
37          </dependency>          </dependency>
         <!--  
         <dependency>  
                     <groupId>de.cubeisland</groupId>  
                     <artifactId>ApiBukkit</artifactId>  
                     <version>1.0.0-SNAPSHOT</version>  
         </dependency>  
          -->  
38      </dependencies>      </dependencies>
39    
40    
# Line 64  Line 58 
58                  <version>3.6.0</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>

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

  ViewVC Help
Powered by ViewVC 1.1.20