Skip to content

Commit ff4b63a

Browse files
committed
microprofile#146 add bnd baseline plugin to version packages
Signed-off-by: Emily Jiang <[email protected]>
1 parent 9199734 commit ff4b63a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

api/pom.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.osgi</groupId>
4646
<artifactId>org.osgi.annotation.versioning</artifactId>
47-
<version>1.0.0</version>
47+
<version>1.1.0</version>
4848
</dependency>
4949
</dependencies>
5050
<build>
@@ -97,6 +97,20 @@
9797
</archive>
9898
</configuration>
9999
</plugin>
100+
<plugin>
101+
<groupId>biz.aQute.bnd</groupId>
102+
<artifactId>bnd-baseline-maven-plugin</artifactId>
103+
<version>3.5.0</version>
104+
105+
<executions>
106+
<execution>
107+
<id>baseline</id>
108+
<goals>
109+
<goal>baseline</goal>
110+
</goals>
111+
</execution>
112+
</executions>
113+
</plugin>
100114
</plugins>
101115
</build>
102116

0 commit comments

Comments
 (0)