Skip to content

Commit aa32252

Browse files
author
youseries
committed
版本升级
1 parent 02f194a commit aa32252

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

urule-console/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<version>2.0.4</version>
77
</parent>
88
<artifactId>urule-console</artifactId>
9-
<version>2.1.7-SNAPSHOT</version>
9+
<version>2.1.7</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>com.bstek.urule</groupId>
1313
<artifactId>urule-core</artifactId>
14-
<version>2.1.7-SNAPSHOT</version>
14+
<version>2.1.7</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>org.apache.jackrabbit</groupId>

urule-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>urule-core</artifactId>
4-
<version>2.1.7-SNAPSHOT</version>
4+
<version>2.1.7</version>
55
<properties>
66
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
77
</properties>

0 commit comments

Comments
 (0)