chore: 更新组织机构名称
This commit is contained in:
parent
2bf2477f7e
commit
32527e321e
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>notify</artifactId>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>notify</artifactId>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -19,7 +19,7 @@
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<artifactId>notify-core</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
|
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>notify</artifactId>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -19,7 +19,7 @@
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<artifactId>notify-core</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
|
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>notify</artifactId>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -19,7 +19,7 @@
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<artifactId>notify-core</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
|
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>notify</artifactId>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -19,7 +19,7 @@
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<artifactId>notify-core</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
|
22
pom.xml
22
pom.xml
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.cicdi</groupId>
|
||||
<groupId>com.simaek</groupId>
|
||||
<artifactId>notify</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>0.1.0</version>
|
||||
@ -73,7 +73,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
@ -82,7 +81,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>8</source>
|
||||
<target>8</target>
|
||||
@ -93,7 +91,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<configuration>
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
@ -119,7 +116,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<configuration>
|
||||
<attach>true</attach>
|
||||
<encoding>UTF-8</encoding>
|
||||
@ -170,9 +166,9 @@
|
||||
<developers>
|
||||
|
||||
<developer>
|
||||
<name>xueye</name>
|
||||
<name>Yaser Hsueh</name>
|
||||
<email>xueye404@qq.com</email>
|
||||
<url>https://www.simaek.com</url>
|
||||
<email>master@simaek.com</email>
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
@ -180,15 +176,15 @@
|
||||
<distributionManagement>
|
||||
|
||||
<repository>
|
||||
<id>nexus-bigdata-releases</id>
|
||||
<name>Cicdi Nexus Repository Release</name>
|
||||
<url>http://172.16.243.137:8081/repository/maven-releases/</url>
|
||||
<id>simaek-nexus</id>
|
||||
<name>release</name>
|
||||
<url>https://nas.xueye.io:8081/repository/maven-releases/</url>
|
||||
</repository>
|
||||
|
||||
<snapshotRepository>
|
||||
<id>nexus-bigdata-snapshots</id>
|
||||
<name>Bigdata Nexus Repository Snapshot</name>
|
||||
<url>http://172.16.243.137:8081/repository/maven-snapshots/</url>
|
||||
<id>simaek-nexus</id>
|
||||
<name>snapshots</name>
|
||||
<url>https://nas.xueye.io:8081/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
|
||||
</distributionManagement>
|
||||
|
Loading…
Reference in New Issue
Block a user