变更groupId
This commit is contained in:
parent
016d9d264b
commit
96e0a1b750
@ -36,7 +36,7 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-client-starter</artifactId>
|
||||
<version>0.0.2.0</version>
|
||||
</dependency>
|
||||
|
21
pom.xml
21
pom.xml
@ -9,7 +9,7 @@
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry</artifactId>
|
||||
<version>${revision}</version>
|
||||
<name>x-retry</name>
|
||||
@ -21,7 +21,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<revision>0.0.2.0</revision>
|
||||
<revision>0.0.4.1</revision>
|
||||
<dingding-talk.version>1.0.0</dingding-talk.version>
|
||||
<feign.version>11.7</feign.version>
|
||||
<hibernate-validator.version>5.4.2.Final</hibernate-validator.version>
|
||||
@ -45,17 +45,17 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-core</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-server-api</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-client-api</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
@ -65,7 +65,7 @@
|
||||
<version>5.7.21</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-client-core</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
@ -91,10 +91,13 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/byteblogs168/x-retry</url>
|
||||
<id>rdc-releases</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>rdc-snapshots</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
@ -54,7 +54,7 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -67,21 +67,24 @@
|
||||
<artifactId>netty-all</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-server-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-client-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/byteblogs168/x-retry</url>
|
||||
<id>rdc-releases</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>rdc-snapshots</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
@ -29,17 +29,20 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-client-core</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/byteblogs168/x-retry</url>
|
||||
<id>rdc-releases</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>rdc-snapshots</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
@ -31,7 +31,7 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -40,6 +40,17 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rdc-releases</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>rdc-snapshots</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
@ -54,6 +54,17 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rdc-releases</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>rdc-snapshots</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -3,7 +3,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
@ -33,12 +33,23 @@
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rdc-releases</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>rdc-snapshots</id>
|
||||
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -3,9 +3,9 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>0.0.4.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -75,15 +75,15 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-server-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.x.retry</groupId>
|
||||
<groupId>com.byteblogs</groupId>
|
||||
<artifactId>x-retry-common-client-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user