Browse Source

版本同步为2.3.1

master
燕鹏 3 years ago
parent
commit
da8b014460
  1. 70
      ureport2-core/pom.xml
  2. 2
      ureport2-core/target/maven-archiver/pom.properties
  3. 69
      ureport2-font/pom.xml

70
ureport2-core/pom.xml

@ -85,32 +85,6 @@
<scope>provided</scope>
</dependency>
</dependencies>
<!--<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Gaojie</name>
<email>jacky.gao@bstek.com</email>
<organization>Bstek</organization>
<organizationUrl>http://www.bstek.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/youseries/ureport.git</connection>
<developerConnection>scm:git:git@github.com:youseries/ureport.git</developerConnection>
<url>https://github.com/youseries/ureport</url>
<tag>ureport2-core-2.2.4</tag>
</scm>
<organization>
<name>Bstek</name>
<url>http://www.bstek.com</url>
</organization>
<name>UReport2 Core Project</name>
<url>https://github.com/youseries/ureport/tree/master/ureport2-core</url>-->
<build>
<plugins>
<plugin>
@ -125,6 +99,50 @@
</execution>
</executions>
</plugin>
<!-- 要将源码放上去,需要加入这个插件 -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>nelson-release</id>
<url>http://maven.aiprose.com/nexus/content/repositories/ureport/</url>
</repository>
<snapshotRepository>
<id>nelson-snapshots</id>
<url>http://maven.aiprose.com/nexus/content/repositories/ceis/</url>
</snapshotRepository>
</distributionManagement>
</project>

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

@ -1,5 +1,5 @@
#Generated by Maven
#Wed May 19 16:48:12 CST 2021
#Mon May 31 09:30:27 CST 2021
version=2.3.1-SNAPSHOT
groupId=com.bstek.ureport
artifactId=ureport2-core

69
ureport2-font/pom.xml

@ -14,31 +14,6 @@
<version>2.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
<!--<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Gaojie</name>
<email>jacky.gao@bstek.com</email>
<organization>Bstek</organization>
<organizationUrl>http://www.bstek.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/youseries/ureport.git</connection>
<developerConnection>https://github.com/youseries/ureport.git</developerConnection>
<url>https://github.com/youseries/ureport</url>
</scm>
<organization>
<name>Bstek</name>
<url>http://www.bstek.com</url>
</organization>
<name>UReport2 Font Project</name>
<url>https://github.com/youseries/ureport/tree/master/ureport2-font</url>-->
<build>
<plugins>
<plugin>
@ -60,6 +35,50 @@
<skip>true</skip>
</configuration>
</plugin>
<!-- 要将源码放上去,需要加入这个插件 -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>nelson-release</id>
<url>http://maven.aiprose.com/nexus/content/repositories/ureport/</url>
</repository>
<snapshotRepository>
<id>nelson-snapshots</id>
<url>http://maven.aiprose.com/nexus/content/repositories/ceis/</url>
</snapshotRepository>
</distributionManagement>
</project>
Loading…
Cancel
Save