minesweeper/pom.xml
changeset 187 85a71659c7f7
parent 184 d7b4941d09e9
child 189 be4b4c93c1ea
     1.1 --- a/minesweeper/pom.xml	Sun Jul 27 23:47:39 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Tue Aug 05 09:42:37 2014 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -<?xml version="1.0" encoding="UTF-8"?>
     1.5 +?<xml version="1.0" encoding="UTF-8"?>
     1.6  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     1.7    <modelVersion>4.0.0</modelVersion>
     1.8  
     1.9 @@ -532,7 +532,7 @@
    1.10                    <plugin>
    1.11                        <groupId>org.robovm</groupId>
    1.12                        <artifactId>robovm-maven-plugin</artifactId>
    1.13 -                      <version>0.0.13.1</version>
    1.14 +                      <version>0.0.14.1</version>
    1.15                        <configuration>
    1.16                            <config>
    1.17                                <mainClass>org.apidesign.demo.minesweeper.Main</mainClass>