Skip to content

Commit

Permalink
Merge pull request eclipse#147 from Emily-Jiang/versioning-package
Browse files Browse the repository at this point in the history
eclipse#146 add bnd baseline plugin to version packages
  • Loading branch information
sberyozkin authored Jan 27, 2020
2 parents 9199734 + ff4b63a commit f8dafe0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
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 f8dafe0

Please sign in to comment.