Skip to content

Commit

Permalink
Merge branch 'hotfix-0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cues committed Oct 24, 2017
2 parents e434585 + 29aa007 commit ce3784e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ On progress: Menu creation

For the moment, you will have to execute the jar file. If you have java properly configured in your system, it should work just by double-clicking the jar file. Otherwise, you will have to launch it with your console. For that I recommend the following command on Linux:

`nohup java -jar nmapGUI-0.6-snapshot.jar $`
`nohup java -jar nmapGUI-0.6.1-snapshot.jar $`

as it will let you close the console and still use the app.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.uniovi.nmapgui</groupId>
<artifactId>nmapGUI</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>NMapGUI</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server.port=8080
##server.address=127.0.0.1
server.address=127.0.0.1

0 comments on commit ce3784e

Please sign in to comment.