Skip to content

Commit

Permalink
Updated version after 1.1.0 release. Added some notes to the release …
Browse files Browse the repository at this point in the history
…test documentation.
  • Loading branch information
JoelProminic committed Oct 4, 2024
1 parent e6a70c7 commit 3c82329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Super.Human.Portal_Royale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.apacheRoyaleTemplatedApp</groupId>
<artifactId>Super.Human.Portal</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPHOT</version>
<packaging>swf</packaging>

<name>Super.Human.Portal</name>
Expand Down
6 changes: 5 additions & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ This will generate:

## Testing

1. From an existing Super.Human.Installer instance, run `sudo domino console` and run `tell Genesis install superhumanportal`. Test the application to confirm it is correct
1. From an existing Super.Human.Installer instance:
1. Stop the server: `sudo domino stop`
2. Delete SuperHumanPortal.nsf - if you don't do this, then it currently gives agent errors later.
3. Start the server: `sudo domino start`
4. Run `sudo domino console` and run `tell Genesis install superhumanportal`. Test the application to confirm it is correct.
2. Create a new Super.Human.Installer instance, and test that the correct version of Super.Human.Portal is installed.

0 comments on commit 3c82329

Please sign in to comment.