Skip to content

Commit

Permalink
Merge branch 'release/v1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrupp committed Jun 30, 2018
2 parents 9e843ab + 69e7e0a commit 4822007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To build the application Oracle Java SDK 8 and Maven 3 is required. Other depend

2. Run the application using the generated JAR file. Which should be located in <PROJECT_DIR>/target.

java -jar <PROJECT_DIR>/target/pdb_viewer-1.1.jar
java -jar <PROJECT_DIR>/target/pdb_viewer-1.2.jar

Or just double-click the generated JAR file.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- define package scop and version -->
<groupId>aj_a9</groupId>
<artifactId>pdb_viewer</artifactId>
<version>1.1</version>
<version>1.2</version>

<!-- Name the application -->
<name>Advanced Java Project - PDB File Viewer</name>
Expand Down

0 comments on commit 4822007

Please sign in to comment.