Switching to newer version of RoboVM
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 05 Aug 2014 09:42:37 +0200
changeset 18785a71659c7f7
parent 186 541d0898da47
child 188 039e979f7241
Switching to newer version of RoboVM
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Tue Aug 05 08:26:11 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>