Skip to content

Commit b149af3

Browse files
author
Washmore
committed
修改版本号,第一个发行版;
washmore
1 parent 767ebb4 commit b149af3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

autocode.test/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
<artifactId>mybatis-spring-boot-starter</artifactId>
1919
<version>1.3.1</version>
2020
</dependency>
21-
<dependency>
22-
<groupId>tech.washmore</groupId>
23-
<artifactId>autocode.core</artifactId>
24-
<version>1.0.4-RELEASE</version>
25-
</dependency>
2621
<dependency>
2722
<groupId>org.springframework.boot</groupId>
2823
<artifactId>spring-boot-starter-test</artifactId>
@@ -74,7 +69,7 @@
7469
<plugins>
7570
<plugin>
7671
<groupId>tech.washmore</groupId>
77-
<version>0.0.1-SNAPSHOT</version>
72+
<version>1.0.4-RELEASE</version>
7873
<artifactId>maven-autocode-plugin</artifactId>
7974
<configuration>
8075
<configLocation>/Users/chenyuqing/IdeaProjects/AutoCode/autocode.test/config.json</configLocation>

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<url>http://maven.washmore.tech/nexus/content/repositories/snapshots/</url>
2929
<uniqueVersion>false</uniqueVersion>
3030
</snapshotRepository>
31+
<repository>
32+
<id>deploymentRepo</id>
33+
<name>washmore_release</name>
34+
<url>http://maven.washmore.tech/nexus/content/repositories/releases/</url>
35+
</repository>
3136
</distributionManagement>
3237
<pluginRepositories>
3338
<pluginRepository>

0 commit comments

Comments
 (0)