Skip to content
Permalink
Browse files
Merge branch 'master' of https://github.com/jtulach/minesweeper
  • Loading branch information
Jaroslav Tulach committed Sep 26, 2015
2 parents c236113 + c714233 commit 8bcb365e5b2e6d63dce15d4453b030c16a3dbb47
Showing 2 changed files with 15 additions and 1 deletion.
@@ -169,7 +169,7 @@
<plugin>
<groupId>org.robovm</groupId>
<artifactId>robovm-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.8.0</version>
<configuration>
<config>
<mainClass>${project.mainclass}</mainClass>
@@ -238,5 +238,17 @@
<version>${net.java.html.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robovm-cocoatouch</artifactId>
<version>1.8.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robovm-rt</artifactId>
<version>1.8.0</version>
<type>jar</type>
</dependency>
</dependencies>
</project>
@@ -55,6 +55,7 @@
</dependencyManagement>
<build>
<plugins>
<!-- XXX temporarily disabled
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
@@ -73,6 +74,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<inherited>false</inherited>
<groupId>com.mycila.maven-license-plugin</groupId>

0 comments on commit 8bcb365

Please sign in to comment.