Browse Source

提交2.2.2正式版

master
jacky6024 7 years ago
parent
commit
c26f15172d
  1. 4
      ureport2-console/pom.xml
  2. 2
      ureport2-core/pom.xml

4
ureport2-console/pom.xml

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>ureport2-console</artifactId> <artifactId>ureport2-console</artifactId>
<version>2.2.2-SNAPSHOT</version> <version>2.2.2</version>
<parent> <parent>
<groupId>com.bstek.ureport</groupId> <groupId>com.bstek.ureport</groupId>
<artifactId>ureport2-parent</artifactId> <artifactId>ureport2-parent</artifactId>
@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>com.bstek.ureport</groupId> <groupId>com.bstek.ureport</groupId>
<artifactId>ureport2-core</artifactId> <artifactId>ureport2-core</artifactId>
<version>2.2.2-SNAPSHOT</version> <version>2.2.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>

2
ureport2-core/pom.xml

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>ureport2-core</artifactId> <artifactId>ureport2-core</artifactId>
<version>2.2.2-SNAPSHOT</version> <version>2.2.2</version>
<parent> <parent>
<groupId>com.bstek.ureport</groupId> <groupId>com.bstek.ureport</groupId>
<artifactId>ureport2-parent</artifactId> <artifactId>ureport2-parent</artifactId>

Loading…
Cancel
Save