Skip to content

Commit

Permalink
bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caoli5288 committed Sep 18, 2021
1 parent c5c3fee commit 04f38fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.mengcraft</groupId>
<artifactId>simpleorm</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.1</version>

<name>SimpleORM</name>

Expand Down Expand Up @@ -65,6 +65,7 @@
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>org.mongodb:mongo-java-driver</include>
Expand Down

0 comments on commit 04f38fc

Please sign in to comment.