|
@@ -5,38 +5,12 @@
|
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
<groupId>org.springblade</groupId>
|
|
<artifactId>blade-tool</artifactId>
|
|
<artifactId>blade-tool</artifactId>
|
|
- <version>3.6.0</version>
|
|
|
|
|
|
+ <version>4.0.1</version>
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
<name>blade-tool</name>
|
|
<name>blade-tool</name>
|
|
- <description>
|
|
|
|
- blade-tool is a powerful toolbox for SpringBlade
|
|
|
|
- </description>
|
|
|
|
- <url>https://github.com/chillzhuang/blade-tool</url>
|
|
|
|
- <developers>
|
|
|
|
- <developer>
|
|
|
|
- <id>smallchill</id>
|
|
|
|
- <name>庄骞</name>
|
|
|
|
- <email>smallchill@163.com</email>
|
|
|
|
- <roles>
|
|
|
|
- <role>Java Development Engineer</role>
|
|
|
|
- </roles>
|
|
|
|
- <timezone>2018-12-28 23:33:33</timezone>
|
|
|
|
- </developer>
|
|
|
|
- </developers>
|
|
|
|
- <licenses>
|
|
|
|
- <license>
|
|
|
|
- <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
|
|
|
|
- <url>http://www.gnu.org/licenses/lgpl.html</url>
|
|
|
|
- </license>
|
|
|
|
- </licenses>
|
|
|
|
- <scm>
|
|
|
|
- <connection>https://github.com/chillzhuang/blade-tool.git</connection>
|
|
|
|
- <developerConnection>https://github.com/chillzhuang</developerConnection>
|
|
|
|
- <url>https://github.com/chillzhuang/blade-tool.git</url>
|
|
|
|
- </scm>
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
- <blade.tool.version>3.6.0</blade.tool.version>
|
|
|
|
|
|
+ <blade.tool.version>4.0.1</blade.tool.version>
|
|
|
|
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
<maven.plugin.version>3.8.1</maven.plugin.version>
|
|
<maven.plugin.version>3.8.1</maven.plugin.version>
|
|
@@ -226,13 +200,13 @@
|
|
</pluginRepositories>
|
|
</pluginRepositories>
|
|
|
|
|
|
<distributionManagement>
|
|
<distributionManagement>
|
|
- <snapshotRepository>
|
|
|
|
- <id>oss</id>
|
|
|
|
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
- </snapshotRepository>
|
|
|
|
|
|
+<!-- <snapshotRepository>-->
|
|
|
|
+<!-- <id>oss</id>-->
|
|
|
|
+<!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
|
|
|
|
+<!-- </snapshotRepository>-->
|
|
<repository>
|
|
<repository>
|
|
- <id>oss</id>
|
|
|
|
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
|
|
+ <id>zzyd-nexus</id>
|
|
|
|
+ <url>http://nexus.gzzzyd.com/repository/zzyd-blade/</url>
|
|
</repository>
|
|
</repository>
|
|
</distributionManagement>
|
|
</distributionManagement>
|
|
|
|
|
|
@@ -269,20 +243,20 @@
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|
|
</plugin>
|
|
</plugin>
|
|
- <!-- GPG -->
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
- <version>1.6</version>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>verify</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>sign</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
|
|
+<!-- <!– GPG –>-->
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
+<!-- <artifactId>maven-gpg-plugin</artifactId>-->
|
|
|
|
+<!-- <version>1.6</version>-->
|
|
|
|
+<!-- <executions>-->
|
|
|
|
+<!-- <execution>-->
|
|
|
|
+<!-- <phase>verify</phase>-->
|
|
|
|
+<!-- <goals>-->
|
|
|
|
+<!-- <goal>sign</goal>-->
|
|
|
|
+<!-- </goals>-->
|
|
|
|
+<!-- </execution>-->
|
|
|
|
+<!-- </executions>-->
|
|
|
|
+<!-- </plugin>-->
|
|
<!-- Nexus -->
|
|
<!-- Nexus -->
|
|
<!--<plugin>
|
|
<!--<plugin>
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
@@ -297,17 +271,17 @@
|
|
</plugin>-->
|
|
</plugin>-->
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
- <distributionManagement>
|
|
|
|
- <!-- 这里的id oss需要和setting.xml里面server节点配置的id一致-->
|
|
|
|
- <snapshotRepository>
|
|
|
|
- <id>oss</id>
|
|
|
|
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
- </snapshotRepository>
|
|
|
|
- <repository>
|
|
|
|
- <id>oss</id>
|
|
|
|
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
- </repository>
|
|
|
|
- </distributionManagement>
|
|
|
|
|
|
+<!-- <distributionManagement>-->
|
|
|
|
+<!-- <!– 这里的id oss需要和setting.xml里面server节点配置的id一致–>-->
|
|
|
|
+<!-- <snapshotRepository>-->
|
|
|
|
+<!-- <id>oss</id>-->
|
|
|
|
+<!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
|
|
|
|
+<!-- </snapshotRepository>-->
|
|
|
|
+<!-- <repository>-->
|
|
|
|
+<!-- <id>oss</id>-->
|
|
|
|
+<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
|
|
|
|
+<!-- </repository>-->
|
|
|
|
+<!-- </distributionManagement>-->
|
|
</profile>
|
|
</profile>
|
|
</profiles>
|
|
</profiles>
|
|
|
|
|