|
...
|
...
|
@@ -6,13 +6,13 @@ |
|
|
|
|
|
|
|
<groupId>com.begete</groupId>
|
|
|
|
<artifactId>begete</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
|
|
|
|
<name>begete</name>
|
|
|
|
<description>贝斯管理系统</description>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<begete.version>1.0.1</begete.version>
|
|
|
|
<begete.version>1.0.2</begete.version>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
<java.version>1.8</java.version>
|
|
...
|
...
|
@@ -226,21 +226,24 @@ |
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>public</id>
|
|
|
|
<name>aliyun nexus</name>
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<id>releases</id>
|
|
|
|
<name>Nexus Release Repository</name>
|
|
|
|
<url>http://nexus.begete.com/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Nexus Snapshot Repository</name>
|
|
|
|
<url>http://nexus.begete.com/repository/maven-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>public</id>
|
|
|
|
<name>aliyun nexus</name>
|
|
|
|
<id>alimaven</id>
|
|
|
|
<name>aliyun maven</name>
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
...
|
...
|
@@ -251,17 +254,4 @@ |
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>releases</id>
|
|
|
|
<name>Nexus Release Repository</name>
|
|
|
|
<url>http://nexus.begete.com/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Nexus Snapshot Repository</name>
|
|
|
|
<url>http://nexus.begete.com/repository/maven-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
</project> |
|
|
\ No newline at end of file |
...
|
...
|
|