Skip to content

Commit

Permalink
版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
youseries committed Apr 28, 2018
1 parent b97a141 commit d6d910e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions urule-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<version>2.0.4</version>
</parent>
<artifactId>urule-console</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
<dependencies>
<dependency>
<groupId>com.bstek.urule</groupId>
<artifactId>urule-core</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion urule-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>urule-core</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit d6d910e

Please sign in to comment.