Skip to content

Commit

Permalink
#146 add bnd baseline plugin to version packages
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
  • Loading branch information
Emily-Jiang committed Jan 21, 2020
1 parent 9199734 commit ff4b63a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion api/pom.xml
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -97,6 +97,20 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
<version>3.5.0</version>

<executions>
<execution>
<id>baseline</id>
<goals>
<goal>baseline</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ff4b63a

Please sign in to comment.