Skip to content

Commit f26c985

Browse files
committed
Update version number to 0.0.6
1 parent e6b8810 commit f26c985

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

SimpleAPI/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.bencodez</groupId>
66
<artifactId>simpleapi</artifactId>
7-
<version>0.0.6-SNAPSHOT</version>
7+
<version>0.0.6</version>
88
<name>SimpleAPI</name>
99
<properties>
1010
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
@@ -90,6 +90,16 @@
9090
<goal>shade</goal>
9191
</goals>
9292
<configuration>
93+
<filters>
94+
<filter>
95+
<artifact>*:*</artifact>
96+
<excludes>
97+
<exclude>META-INF/*.SF</exclude>
98+
<exclude>META-INF/*.DSA</exclude>
99+
<exclude>META-INF/*.RSA</exclude>
100+
</excludes>
101+
</filter>
102+
</filters>
93103
<relocations>
94104
<relocation>
95105
<pattern>com.zaxxer.HikariCP</pattern>

0 commit comments

Comments
 (0)