File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<groupId >com.networknt</groupId >
21
21
<artifactId >json-schema-validator</artifactId >
22
- <version >0.1.16</version >
22
+ <version >0.1.17</version >
23
+ <packaging >bundle</packaging >
23
24
<description >A json schema validator that supports draft v4</description >
24
25
<url >https://github.com/networknt/json-schema-validator</url >
25
26
<name >JsonSchemaValidator</name >
143
144
</testResource >
144
145
</testResources >
145
146
<plugins >
147
+ <plugin >
148
+ <groupId >org.apache.felix</groupId >
149
+ <artifactId >maven-bundle-plugin</artifactId >
150
+ <extensions >true</extensions >
151
+ </plugin >
146
152
<plugin >
147
153
<groupId >org.sonatype.plugins</groupId >
148
154
<artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments