Browse Source

修改依赖配置

master
wangchun 4 years ago
parent
commit
8bf45f95e8
  1. 8
      ureport2-console/pom.xml
  2. 2
      ureport2-core/pom.xml
  3. 4
      ureport2-core/target/maven-archiver/pom.properties
  4. BIN
      ureport2-core/target/ureport2-core-2.2.9-sources.jar
  5. BIN
      ureport2-core/target/ureport2-core-2.2.9.jar
  6. 4
      ureport2-font/pom.xml
  7. 10
      ureport2-parent/pom.xml

8
ureport2-console/pom.xml

@ -4,7 +4,7 @@
<artifactId>ureport2-console</artifactId>
<version>2.2.9</version>
<parent>
<groupId>com.bstek.ureport</groupId>
<groupId>com.spcp.ureport</groupId>
<artifactId>ureport2-parent</artifactId>
<version>2.0.6</version>
</parent>
@ -20,7 +20,7 @@
<version>1.7</version>
</dependency>
<dependency>
<groupId>com.bstek.ureport</groupId>
<groupId>com.spcp.ureport</groupId>
<artifactId>ureport2-core</artifactId>
<version>2.2.9</version>
</dependency>
@ -36,7 +36,7 @@
<version>2.0.1</version>
</dependency>
</dependencies>
<licenses>
<!--<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
@ -60,5 +60,5 @@
<url>http://www.bstek.com</url>
</organization>
<name>UReport2 Console Project</name>
<url>https://github.com/youseries/ureport/tree/master/ureport2-console</url>
<url>https://github.com/youseries/ureport/tree/master/ureport2-console</url>-->
</project>

2
ureport2-core/pom.xml

@ -3,7 +3,7 @@
<artifactId>ureport2-core</artifactId>
<version>2.2.9</version>
<parent>
<groupId>com.bstek.ureport</groupId>
<groupId>com.spcp.ureport</groupId>
<artifactId>ureport2-parent</artifactId>
<version>2.0.6</version>
</parent>

4
ureport2-core/target/maven-archiver/pom.properties

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Jul 09 09:38:18 CST 2020
#Fri Jul 10 10:00:08 CST 2020
version=2.2.9
groupId=com.bstek.ureport
groupId=com.spcp.ureport
artifactId=ureport2-core

BIN
ureport2-core/target/ureport2-core-2.2.9-sources.jar

Binary file not shown.

BIN
ureport2-core/target/ureport2-core-2.2.9.jar

Binary file not shown.

4
ureport2-font/pom.xml

@ -13,7 +13,7 @@
<version>2.0.1</version>
</dependency>
</dependencies>
<licenses>
<!--<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
@ -37,5 +37,5 @@
<url>http://www.bstek.com</url>
</organization>
<name>UReport2 Font Project</name>
<url>https://github.com/youseries/ureport/tree/master/ureport2-font</url>
<url>https://github.com/youseries/ureport/tree/master/ureport2-font</url>-->
</project>

10
ureport2-parent/pom.xml

@ -1,14 +1,14 @@
<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>
<groupId>com.bstek.ureport</groupId>
<groupId>com.spcp.ureport</groupId>
<artifactId>ureport2-parent</artifactId>
<version>2.0.6</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<!--<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
@ -30,7 +30,7 @@
<organization>
<name>Bstek</name>
<url>http://www.bstek.com</url>
</organization>
</organization>-->
<build>
<resources>
<resource>
@ -165,7 +165,7 @@
</plugins>
</build>
<distributionManagement>
<!--<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
@ -181,5 +181,5 @@
<issueManagement>
<url>${jira.browse.url}/VELOCITY</url>
</issueManagement>
<description>UReport2 Parent Project</description>
<description>UReport2 Parent Project</description>-->
</project>
Loading…
Cancel
Save