We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9199734 commit ff4b63aCopy full SHA for ff4b63a
api/pom.xml
@@ -44,7 +44,7 @@
44
<dependency>
45
<groupId>org.osgi</groupId>
46
<artifactId>org.osgi.annotation.versioning</artifactId>
47
- <version>1.0.0</version>
+ <version>1.1.0</version>
48
</dependency>
49
</dependencies>
50
<build>
@@ -97,6 +97,20 @@
97
</archive>
98
</configuration>
99
</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>
114
</plugins>
115
</build>
116
0 commit comments