Skip to content

Commit

Permalink
Merge branch 'release/4.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Nov 21, 2022
2 parents fdb82e0 + 687b2dc commit 1e7f583
Show file tree
Hide file tree
Showing 3 changed files with 3 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.0</version>
<version>4.2.1</version>
<packaging>maven-plugin</packaging>

<name>generate-domino-update-site</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public void run() {
attrs.putValue("Bundle-SymbolicName", fragmentId + ";singleton:=true"); //$NON-NLS-1$ //$NON-NLS-2$
attrs.putValue("Bundle-Version", version); //$NON-NLS-1$
attrs.putValue("Bundle-ManifestVersion", "2"); //$NON-NLS-1$ //$NON-NLS-2$
attrs.putValue("Require-Bundle", "com.ibm.notes.java.api,com.ibm.commons,org.eclipse.core.runtime"); //$NON-NLS-1$ //$NON-NLS-2$
manifest.write(jos);
jos.closeEntry();

Expand Down

0 comments on commit 1e7f583

Please sign in to comment.