chore: 更新到正式版本号

This commit is contained in:
椰子 2021-10-25 16:02:31 +08:00
parent 0b5f8be3b5
commit 2bf2477f7e
6 changed files with 17 additions and 17 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>notify</artifactId>
<groupId>com.cicdi</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>notify</artifactId>
<groupId>com.cicdi</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -21,7 +21,7 @@
<dependency>
<groupId>com.cicdi</groupId>
<artifactId>notify-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>notify</artifactId>
<groupId>com.cicdi</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -21,7 +21,7 @@
<dependency>
<groupId>com.cicdi</groupId>
<artifactId>notify-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>notify</artifactId>
<groupId>com.cicdi</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -21,7 +21,7 @@
<dependency>
<groupId>com.cicdi</groupId>
<artifactId>notify-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>notify</artifactId>
<groupId>com.cicdi</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -21,7 +21,7 @@
<dependency>
<groupId>com.cicdi</groupId>
<artifactId>notify-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>

16
pom.xml
View File

@ -7,7 +7,7 @@
<groupId>com.cicdi</groupId>
<artifactId>notify</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
<modules>
<module>notify-core</module>
<module>notify-email</module>
@ -104,7 +104,7 @@
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<configuration>
<attach>true</attach>
<attach>false</attach>
</configuration>
<executions>
<execution>
@ -180,15 +180,15 @@
<distributionManagement>
<repository>
<id>nexus-simaek-release</id>
<name>Simaek Nexus Repository Release</name>
<url>http://nas.xueye.io:8081/repository/maven-releases/</url>
<id>nexus-bigdata-releases</id>
<name>Cicdi Nexus Repository Release</name>
<url>http://172.16.243.137:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus-simaek-snapshot</id>
<name>Simaek Nexus Repository Snapshot</name>
<url>http://nas.xueye.io:8081/repository/maven-snapshot/</url>
<id>nexus-bigdata-snapshots</id>
<name>Bigdata Nexus Repository Snapshot</name>
<url>http://172.16.243.137:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>