File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
main/java/com/igormaznitsa/jcp
test/resources/com/igormaznitsa/jcp/maven Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jcp-pom</artifactId >
8- <version >7.0.1 </version >
8+ <version >7.0.2-SNAPSHOT </version >
99 </parent >
1010
1111 <artifactId >jcp</artifactId >
505505 <exclude >META-INF/*.SF</exclude >
506506 <exclude >META-INF/*.DSA</exclude >
507507 <exclude >META-INF/*.RSA</exclude >
508+ <exclude >META-INF/services/javax.xml.*</exclude >
509+ <exclude >META-INF/services/org.apache.*</exclude >
510+ <exclude >META-INF/services/org.w3c.*</exclude >
511+ <exclude >META-INF/services/org.xml.*</exclude >
508512 </excludes >
509513 </filter >
510514 <filter >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ private InfoHelper() {
4848
4949 @ Nonnull
5050 public static String getVersion () {
51- return "v7.0.1 " ;
51+ return "v7.0.2-SNAPSHOT " ;
5252 }
5353
5454 @ Nonnull
Original file line number Diff line number Diff line change 2020 <plugin >
2121 <groupId >com.igormaznitsa</groupId >
2222 <artifactId >jcp</artifactId >
23- <version >7.0.1 </version >
23+ <version >7.0.2-SNAPSHOT </version >
2424 <goals >
2525 <goal >preprocess</goal >
2626 </goals >
You can’t perform that action at this time.
0 commit comments