Skip to content

Commit c53b66f

Browse files
committed
started 7.0.2-SNAPSHOT, removed services from shaded JARs
1 parent fe596ec commit c53b66f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

jcp/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -505,6 +505,10 @@
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>

jcp/src/main/java/com/igormaznitsa/jcp/InfoHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jcp/src/test/resources/com/igormaznitsa/jcp/maven/test.pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)