chore: 更新组织机构名称

This commit is contained in:
椰子 2022-08-17 22:01:32 +08:00
parent 2bf2477f7e
commit 32527e321e
6 changed files with 18 additions and 22 deletions

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>notify</artifactId> <artifactId>notify</artifactId>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<version>0.1.0</version> <version>0.1.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>notify</artifactId> <artifactId>notify</artifactId>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<version>0.1.0</version> <version>0.1.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -19,7 +19,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<artifactId>notify-core</artifactId> <artifactId>notify-core</artifactId>
<version>0.1.0</version> <version>0.1.0</version>
</dependency> </dependency>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>notify</artifactId> <artifactId>notify</artifactId>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<version>0.1.0</version> <version>0.1.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -19,7 +19,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<artifactId>notify-core</artifactId> <artifactId>notify-core</artifactId>
<version>0.1.0</version> <version>0.1.0</version>
</dependency> </dependency>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>notify</artifactId> <artifactId>notify</artifactId>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<version>0.1.0</version> <version>0.1.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -19,7 +19,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<artifactId>notify-core</artifactId> <artifactId>notify-core</artifactId>
<version>0.1.0</version> <version>0.1.0</version>
</dependency> </dependency>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>notify</artifactId> <artifactId>notify</artifactId>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<version>0.1.0</version> <version>0.1.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -19,7 +19,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<artifactId>notify-core</artifactId> <artifactId>notify-core</artifactId>
<version>0.1.0</version> <version>0.1.0</version>
</dependency> </dependency>

22
pom.xml
View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.cicdi</groupId> <groupId>com.simaek</groupId>
<artifactId>notify</artifactId> <artifactId>notify</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.1.0</version> <version>0.1.0</version>
@ -73,7 +73,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>
@ -82,7 +81,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
@ -93,7 +91,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration> <configuration>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</configuration> </configuration>
@ -119,7 +116,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration> <configuration>
<attach>true</attach> <attach>true</attach>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
@ -170,9 +166,9 @@
<developers> <developers>
<developer> <developer>
<name>xueye</name> <name>Yaser Hsueh</name>
<email>xueye404@qq.com</email>
<url>https://www.simaek.com</url> <url>https://www.simaek.com</url>
<email>master@simaek.com</email>
</developer> </developer>
</developers> </developers>
@ -180,15 +176,15 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>nexus-bigdata-releases</id> <id>simaek-nexus</id>
<name>Cicdi Nexus Repository Release</name> <name>release</name>
<url>http://172.16.243.137:8081/repository/maven-releases/</url> <url>https://nas.xueye.io:8081/repository/maven-releases/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>nexus-bigdata-snapshots</id> <id>simaek-nexus</id>
<name>Bigdata Nexus Repository Snapshot</name> <name>snapshots</name>
<url>http://172.16.243.137:8081/repository/maven-snapshots/</url> <url>https://nas.xueye.io:8081/repository/maven-snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>