Skip to content

Commit

Permalink
Updates deployment files.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Nov 25, 2022
1 parent 447de72 commit b15a569
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 8 additions & 1 deletion deployment/deployment.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# How to deploy on the nexus repository manager
# How to deploy to the nexus repository manager

The nexus repository manager only accepts lower case character in the module name and in the version
number.

We deploy the following files:

- fastdoubleparser/target/fastdoubleparser-x.y.z.jar
- fastdoubleparser/target/fastdoubleparser-x.y.z-sources.jar
- fastdoubleparser-java9/target/fastdoubleparser-java19-x.y.z-sources.jar


All files must be signed with GPG.

```shell
Expand Down
2 changes: 1 addition & 1 deletion deployment/fastdoubleparser.pom
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.randelshofer</groupId>
<artifactId>fastdoubleparser</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<packaging>jar</packaging>

<name>ch.randelshofer:fastdoubleparser</name>
Expand Down
Binary file not shown.

This file was deleted.

0 comments on commit b15a569

Please sign in to comment.