Skip to content

Commit

Permalink
Set version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Nov 21, 2022
1 parent 28de073 commit 687b2dc
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 @@ -55,7 +55,7 @@ Add the OpenNTF Maven server to your ~/.m2/settings.xml file. For example:
Execute the plugin with properties to point to the base of your Domino installation and the target folder. For example:

```sh
$ mvn org.openntf.p2:generate-domino-update-site:4.2.0:generateUpdateSite \
$ mvn org.openntf.p2:generate-domino-update-site:4.2.1:generateUpdateSite \
-Dsrc="/Volumes/C/Program Files/IBM/Domino" \
-Ddest="/Users/someuser/Desktop/UpdateSite"
```
Expand Down
2 changes: 1 addition & 1 deletion generate-domino-update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openntf.p2</groupId>
<artifactId>generate-domino-update-site</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
<packaging>maven-plugin</packaging>

<name>generate-domino-update-site</name>
Expand Down

0 comments on commit 687b2dc

Please sign in to comment.