Skip to content

Commit

Permalink
added 'Multi-Release: true'
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Mar 31, 2021
1 parent 0ddf33a commit 00e3cef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
Expand Down Expand Up @@ -184,7 +190,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down
3 changes: 2 additions & 1 deletion parent-pom/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Built-By: JMMC ([email protected])
Built-Date: ${timestamp}
Implementation-Title: ${project.artifactId}
Implementation-Title: ${project.artifactId}
Implementation-Version: ${project.version}
Implementation-Vendor: www.jmmc.fr
Implementation-URL: http://www.jmmc.fr
Multi-Release: true
1 change: 1 addition & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Application-Name: OITools
Permissions: all-permissions
Codebase: *
Application-Library-Allowable-Codebase: *
Multi-Release: true

0 comments on commit 00e3cef

Please sign in to comment.