Skip to content

Commit

Permalink
final cleanup + versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Jul 21, 2020
1 parent cf88edc commit 39e6e4a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flutter_server/lib/com/hydrologis/gss/libs/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AboutPage extends StatefulWidget {
}

class AboutPageState extends State<AboutPage> {
String _version = "3.0.0alpha";
String _version = "3.0.0";

@override
Widget build(BuildContext context) {
Expand Down
2 changes: 1 addition & 1 deletion flutter_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_server
description: Geopaparazzi Survey Server.

version: 1.0.0+1
version: 3.0.0

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion flutter_server_backbone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hydrologis</groupId>
<artifactId>gss-backbone</artifactId>
<version>0.1.0</version>
<version>3.0.0</version>
<name>Geopaparazzi Survey Server</name>


Expand Down
8 changes: 8 additions & 0 deletions flutter_server_backbone/scripts/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

VERSION=3.0.0
WORKSPACE=/Users/hydrologis/TMP/GSSSERVER/
KEYSTORE=""
DBHOST=localhost
DBNAME=test

java -Xmx4g -jar gss-backbone-$VERSION.jar $WORKSPACE testPwd $KEYSTORE jdbc:postgresql://$DBHOST:5432/$DBNAME

0 comments on commit 39e6e4a

Please sign in to comment.