Skip to content

Commit c2d4709

Browse files
committed
Bump up the patch version
1 parent 58ac18a commit c2d4709

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.fixeddev</groupId>
88
<artifactId>FixedRedis</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Fixed-RedisWrapper</name>
@@ -28,6 +28,24 @@
2828
<target>${java.version}</target>
2929
</configuration>
3030
</plugin>
31+
<plugin>
32+
<groupId>org.apache.maven.plugins</groupId>
33+
<artifactId>maven-shade-plugin</artifactId>
34+
<version>3.2.1</version>
35+
<executions>
36+
<execution>
37+
<phase>package</phase>
38+
<goals>
39+
<goal>shade</goal>
40+
</goals>
41+
<configuration>
42+
<createDependencyReducedPom>false</createDependencyReducedPom>
43+
<shadedClassifierName>with-dependencies</shadedClassifierName>
44+
<shadedArtifactAttached>true</shadedArtifactAttached>
45+
</configuration>
46+
</execution>
47+
</executions>
48+
</plugin>
3149
</plugins>
3250
</build>
3351

0 commit comments

Comments
 (0)