Skip to content

Commit

Permalink
Update build for maven plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiDevelop committed Dec 19, 2016
1 parent cb4c194 commit f9c5b3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.idea/
.DS_Store
dependency-reduced-pom.xml
/target/
target/
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ mvn clean install
mvn -f plugins/idea/pom.xml clean install
mvn -f plugins/eclipse/pom.xml clean install
./plugins/gradle/gradlew -b plugins/gradle/build.gradle clean assemble install
mvn -f plugins/maven/maven-resolver/pom.xml clean install
mvn -f plugins/maven/junit/pom.xml clean install
mvn -f plugins/maven/robovm-maven-plugin/pom.xml clean install
2 changes: 1 addition & 1 deletion plugins/maven/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mobidevelop.robovm</groupId>
<artifactId>robovm-maven-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>robovm-maven-plugin</artifactId>
Expand Down

0 comments on commit f9c5b3e

Please sign in to comment.