|
@@ -6,13 +6,13 @@ |
|
@@ -6,13 +6,13 @@ |
|
6
|
|
6
|
|
|
7
|
<groupId>com.begete</groupId>
|
7
|
<groupId>com.begete</groupId>
|
|
8
|
<artifactId>begete</artifactId>
|
8
|
<artifactId>begete</artifactId>
|
|
9
|
- <version>1.0.1</version>
|
9
|
+ <version>1.0.2</version>
|
|
10
|
|
10
|
|
|
11
|
<name>begete</name>
|
11
|
<name>begete</name>
|
|
12
|
<description>贝斯管理系统</description>
|
12
|
<description>贝斯管理系统</description>
|
|
13
|
|
13
|
|
|
14
|
<properties>
|
14
|
<properties>
|
|
15
|
- <begete.version>1.0.1</begete.version>
|
15
|
+ <begete.version>1.0.2</begete.version>
|
|
16
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
16
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
17
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
17
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
18
|
<java.version>1.8</java.version>
|
18
|
<java.version>1.8</java.version>
|
|
@@ -226,21 +226,24 @@ |
|
@@ -226,21 +226,24 @@ |
|
226
|
</plugins>
|
226
|
</plugins>
|
|
227
|
</build>
|
227
|
</build>
|
|
228
|
|
228
|
|
|
229
|
- <repositories>
|
229
|
+
|
|
|
|
230
|
+ <distributionManagement>
|
|
230
|
<repository>
|
231
|
<repository>
|
|
231
|
- <id>public</id>
|
|
|
|
232
|
- <name>aliyun nexus</name>
|
|
|
|
233
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
234
|
- <releases>
|
|
|
|
235
|
- <enabled>true</enabled>
|
|
|
|
236
|
- </releases>
|
232
|
+ <id>releases</id>
|
|
|
|
233
|
+ <name>Nexus Release Repository</name>
|
|
|
|
234
|
+ <url>http://nexus.begete.com/repository/maven-releases/</url>
|
|
237
|
</repository>
|
235
|
</repository>
|
|
238
|
- </repositories>
|
236
|
+ <snapshotRepository>
|
|
|
|
237
|
+ <id>snapshots</id>
|
|
|
|
238
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
|
239
|
+ <url>http://nexus.begete.com/repository/maven-snapshots/</url>
|
|
|
|
240
|
+ </snapshotRepository>
|
|
|
|
241
|
+ </distributionManagement>
|
|
239
|
|
242
|
|
|
240
|
<pluginRepositories>
|
243
|
<pluginRepositories>
|
|
241
|
<pluginRepository>
|
244
|
<pluginRepository>
|
|
242
|
- <id>public</id>
|
|
|
|
243
|
- <name>aliyun nexus</name>
|
245
|
+ <id>alimaven</id>
|
|
|
|
246
|
+ <name>aliyun maven</name>
|
|
244
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
247
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
245
|
<releases>
|
248
|
<releases>
|
|
246
|
<enabled>true</enabled>
|
249
|
<enabled>true</enabled>
|
|
@@ -251,17 +254,4 @@ |
|
@@ -251,17 +254,4 @@ |
|
251
|
</pluginRepository>
|
254
|
</pluginRepository>
|
|
252
|
</pluginRepositories>
|
255
|
</pluginRepositories>
|
|
253
|
|
256
|
|
|
254
|
- <distributionManagement>
|
|
|
|
255
|
- <repository>
|
|
|
|
256
|
- <id>releases</id>
|
|
|
|
257
|
- <name>Nexus Release Repository</name>
|
|
|
|
258
|
- <url>http://nexus.begete.com/repository/maven-releases/</url>
|
|
|
|
259
|
- </repository>
|
|
|
|
260
|
- <snapshotRepository>
|
|
|
|
261
|
- <id>snapshots</id>
|
|
|
|
262
|
- <name>Nexus Snapshot Repository</name>
|
|
|
|
263
|
- <url>http://nexus.begete.com/repository/maven-snapshots/</url>
|
|
|
|
264
|
- </snapshotRepository>
|
|
|
|
265
|
- </distributionManagement>
|
|
|
|
266
|
-
|
|
|
|
267
|
</project> |
257
|
</project> |