Skip to content

Commit

Permalink
update to build with FROST-Server v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasmatheus committed Jul 8, 2024
1 parent 6f4a222 commit ab8c967
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 @@ -37,7 +37,7 @@ The deployment of the STAplus plugin can integrated into a working deployment of
### Build and deploy STAplus standalone
Clone this directory via `git clone -b FROST-Server.v2.3.x https://github.com/securedimensions/FROST-Server-PLUS.git`. Then `cd FROST-Server-PLUS` and `mvn install`. To run the tests at the end of the `mvn install` you need to have Docker running.

Make sure you copy the `FROST-Server-2.3.1.Plugin.STAplus-1.0.jar` file to the appropriate FROST-Server directory and apply the STAplus specific settings below. Then restart FROST-Server.
Make sure you copy the `FROST-Server-2.3.2.Plugin.STAplus-1.0.jar` file to the appropriate FROST-Server directory and apply the STAplus specific settings below. Then restart FROST-Server.

## Deployment with FROST-Server
Use `git clone -b v2.3.x https://github.com/FraunhoferIOSB/FROST-Server.git FROST-Server.v2.3.x` to create the FROST-Server directory structure.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</parent>
<groupId>de.securedimensions.FROST-Server</groupId>
<artifactId>FROST-Server.Plugin.STAplus</artifactId>
Expand Down

0 comments on commit ab8c967

Please sign in to comment.