Skip to content

Commit

Permalink
Merge pull request #1463 from pzygielo/hk2-omp
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Apr 30, 2022
2 parents 9d3d894 + 36ff80a commit a8f2b10
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<!-- Versions of dependencies -->
<hk2.version>3.0.3</hk2.version>
<jakarta-jms.version>3.0.0</jakarta-jms.version>
<hk2.plugin.version>3.0.3</hk2.plugin.version>

<grizzly.version>3.0.1</grizzly.version>

Expand Down Expand Up @@ -383,12 +382,6 @@
<finalName>${project.artifactId}</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgiversion-maven-plugin</artifactId>
<version>${hk2.plugin.version}</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down Expand Up @@ -561,26 +554,6 @@
</pluginManagement>

<plugins>
<plugin>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgiversion-maven-plugin</artifactId>
<executions>
<!-- Since we don't want qualifier like b05 or SNAPSHOT to appear in package version attribute, we use
the following goal to populate a project property with an OSGi version which is equivalent to maven version without qualifier
and then use that property in osgi.bundle while exporting. -->
<execution>
<id>compute-osgi-version</id>
<goals>
<goal>compute-osgi-version</goal>
</goals>
<configuration>
<dropVersionComponent>qualifier</dropVersionComponent>
<versionPropertyName>project.osgi.version</versionPropertyName>
</configuration>
</execution>
</executions>
</plugin>

<!-- Creates the OSGi MANIFEST.MF file -->
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit a8f2b10

Please sign in to comment.