Skip to content

Commit

Permalink
Bumped to a non snapshot version so a release can be made and the map…
Browse files Browse the repository at this point in the history
… presenter can be tested on various devices. #5
  • Loading branch information
PeterWithers committed Nov 28, 2014
1 parent 628fb41 commit 82b7750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gwt-cordova/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>nl.ru.languageininteraction</groupId>
<artifactId>languagememorygame</artifactId>
<packaging>war</packaging>
<version>0.1-testing-SNAPSHOT</version>
<version>0.1.30-testing</version>
<name>Language Memory Game</name>
<organization>
<name>Language In Interaction</name>
Expand Down
2 changes: 1 addition & 1 deletion gwt-cordova/setup-cordova.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#mvn install
cd target
synquizname=languagememorygame-0.1-testing-SNAPSHOT
synquizname=0.1.30-testing
rm -rf $synquizname-cordova
unzip $synquizname-cordova.zip -d $synquizname-cordova
cd $synquizname-cordova
Expand Down

0 comments on commit 82b7750

Please sign in to comment.