Skip to content

Commit

Permalink
Set version to 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderNeumann committed Jul 11, 2017
1 parent 3abc921 commit a30ff80
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/start_network.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set BASE=%CD%
set CLASSPATH="%BASE%/lib/*;"

java -cp %CLASSPATH% i5.las2peer.tools.L2pNodeLauncher -p 9011 uploadStartupDirectory startService('i5.las2peer.services.mobsos.dataProcessing.MonitoringDataProcessingService@0.1','processing') interactive
java -cp %CLASSPATH% i5.las2peer.tools.L2pNodeLauncher -p 9011 uploadStartupDirectory startService('i5.las2peer.services.mobsos.dataProcessing.MonitoringDataProcessingService@0.6.7','processing') interactive

pause

2 changes: 1 addition & 1 deletion bin/start_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# it starts a las2peer node providing the service 'i5.las2peer.services.mobsos.dataProcessing.MonitoringDataProcessingService' of this project
# pls execute it from the root folder of your deployment, e. g. ./bin/start_network.sh

java -cp "lib/*" i5.las2peer.tools.L2pNodeLauncher -p 9011 uploadStartupDirectory startService\(\'i5.las2peer.services.mobsos.dataProcessing.MonitoringDataProcessingService@0.1\',\'processing\'\) interactive
java -cp "lib/*" i5.las2peer.tools.L2pNodeLauncher -p 9011 uploadStartupDirectory startService\(\'i5.las2peer.services.mobsos.dataProcessing.MonitoringDataProcessingService@0.6.7\',\'processing\'\) interactive

2 changes: 1 addition & 1 deletion etc/ant_configuration/service.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service.version=0.1
service.version=0.6.7
service.name=i5.las2peer.services.mobsos.dataProcessing
service.path=i5/las2peer/services/mobsos/dataProcessing
service.class=MonitoringDataProcessingService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public MonitoringMessageWithEncryptedAgents(MonitoringMessage monitoringMessage,
this.jsonRemarks = "{\"msg\":\"" + monitoringMessage.getRemarks() + "\"}";
}
}

}
}

Expand Down

0 comments on commit a30ff80

Please sign in to comment.