|
|
@ -14,10 +14,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-alibaba</artifactId>
|
|
|
|
<artifactId>spring-cloud-alibaba</artifactId>
|
|
|
|
<version>0.9.1.BUILD-SNAPSHOT</version>
|
|
|
|
<version>2.1.0.RELEASE</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Spring Cloud Alibaba</name>
|
|
|
|
<name>Spring Cloud Alibaba</name>
|
|
|
|
|
|
|
|
<description>Spring Cloud Alibaba</description>
|
|
|
|
|
|
|
|
<url>https://github.com/alibaba/spring-cloud-alibaba</url>
|
|
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<license>
|
|
|
@ -28,12 +29,12 @@
|
|
|
|
</licenses>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<scm>
|
|
|
|
<url>https://github.com/spring-cloud-incubator/spring-cloud-alibaba</url>
|
|
|
|
<url>https://github.com/alibaba/spring-cloud-alibaba</url>
|
|
|
|
<connection>
|
|
|
|
<connection>
|
|
|
|
scm:git:git://github.com/spring-cloud-incubator/spring-cloud-alibaba.git
|
|
|
|
scm:git:git://github.com/alibaba/spring-cloud-alibaba.git
|
|
|
|
</connection>
|
|
|
|
</connection>
|
|
|
|
<developerConnection>
|
|
|
|
<developerConnection>
|
|
|
|
scm:git:ssh://git@github.com/spring-cloud-incubator/spring-cloud-alibaba.git
|
|
|
|
scm:git:ssh://git@github.com/alibaba/spring-cloud-alibaba.git
|
|
|
|
</developerConnection>
|
|
|
|
</developerConnection>
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
</scm>
|
|
|
|
</scm>
|
|
|
@ -218,67 +219,70 @@
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profiles>
|
|
|
|
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<id>spring</id>
|
|
|
|
<id>release</id>
|
|
|
|
<repositories>
|
|
|
|
<build>
|
|
|
|
<repository>
|
|
|
|
<plugins>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<!-- Source -->
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
<plugin>
|
|
|
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<snapshots>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
</snapshots>
|
|
|
|
<executions>
|
|
|
|
<releases>
|
|
|
|
<execution>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<phase>package</phase>
|
|
|
|
</releases>
|
|
|
|
<goals>
|
|
|
|
</repository>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
<repository>
|
|
|
|
</goals>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
</execution>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
</executions>
|
|
|
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
|
|
</plugin>
|
|
|
|
<snapshots>
|
|
|
|
<!-- Javadoc -->
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<plugin>
|
|
|
|
</snapshots>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
</repository>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>2.9.1</version>
|
|
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- GPG -->
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>1.5</version>
|
|
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
|
|
<goal>sign</goal>
|
|
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
|
|
|
<id>sona</id>
|
|
|
|
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-releases</id>
|
|
|
|
<id>sona</id>
|
|
|
|
<name>Spring Releases</name>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
<url>https://repo.spring.io/release</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</distributionManagement>
|
|
|
|
<pluginRepositories>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
|
|
|
|
<name>Spring Snapshots</name>
|
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>spring-releases</id>
|
|
|
|
|
|
|
|
<name>Spring Releases</name>
|
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-release-local</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
|
|
</profiles>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|