Skip to content

Commit

Permalink
fix: release version 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wayshall committed Feb 21, 2019
1 parent 9926659 commit 501c539
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.onetwo4j</groupId>
<version>4.7.2-SNAPSHOT</version>
<version>4.7.2</version>
<artifactId>onetwo-dbm</artifactId>
<packaging>jar</packaging>

Expand All @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<onetwo.version>4.7.2-SNAPSHOT</onetwo.version>
<onetwo.version>4.7.2</onetwo.version>
<java.version>1.8</java.version>
</properties>

Expand All @@ -33,6 +33,7 @@
<url>https://github.com/wayshall/dbm</url>
<connection>scm:git:ssh:https://[email protected]/wayshall/dbm.git</connection>
<developerConnection>scm:git:ssh:https://[email protected]/wayshall/dbm.git</developerConnection>
<tag>onetwo-modules-4.7.2</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 501c539

Please sign in to comment.