Polishing to stay compliant with spring-cloud build
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,3 +15,5 @@ target/
|
|||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
.factorypath
|
.factorypath
|
||||||
|
*.versionsBackup
|
||||||
|
*.DS_Store
|
||||||
|
|||||||
5
pom.xml
5
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-cloud-stream-release-build</name>
|
<name>spring-cloud-stream-release-build</name>
|
||||||
<description>Spring Cloud Stream Release Build</description>
|
<description>Spring Cloud Stream Release Build</description>
|
||||||
<version>Fishtown.M4</version>
|
<version>Fishtown.BUILD-SNAPSHOT</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-build</artifactId>
|
<artifactId>spring-cloud-build</artifactId>
|
||||||
@@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>spring-cloud-stream-dependencies</module>
|
<module>spring-cloud-stream-dependencies</module>
|
||||||
<module>spring-cloud-stream-docs</module>
|
<module>spring-cloud-starter-parent</module>
|
||||||
|
<!--<module>spring-cloud-stream-docs</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
@@ -8,20 +8,11 @@
|
|||||||
<version>2.1.0.RC1</version>
|
<version>2.1.0.RC1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-please-ignore-me-starter-parent</artifactId>
|
<artifactId>spring-cloud-stream-starter-parent</artifactId>
|
||||||
<version>Fishtown.M4</version>
|
<version>Fishtown.BUILD-SNAPSHOT</version>
|
||||||
<name>spring-cloud-please-ignore-me-starter-parent</name>
|
<name>spring-cloud-stream-starter-parent</name>
|
||||||
<description>Spring Cloud Please Ignore me Starter Parent</description>
|
<description>Specifies Boot version for the releaser</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<url>https://projects.spring.io/spring-cloud</url>
|
|
||||||
<organization>
|
|
||||||
<name>Pivotal Software, Inc.</name>
|
|
||||||
<url>https://www.spring.io</url>
|
|
||||||
</organization>
|
|
||||||
<properties>
|
|
||||||
<main.basedir>${basedir}/../..</main.basedir>
|
|
||||||
<spring-cloud.version>Fishtown.BUILD-SNAPSHOT</spring-cloud.version>
|
|
||||||
</properties>
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>spring</id>
|
<id>spring</id>
|
||||||
@@ -70,57 +61,5 @@
|
|||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>milestone</id>
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>repo.spring.io</id>
|
|
||||||
<name>Spring Milestone Repository</name>
|
|
||||||
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>bintray</id>
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>bintray</id>
|
|
||||||
<name>Jcenter Repository</name>
|
|
||||||
<url>https://api.bintray.com/maven/spring/jars/org.springframework.cloud:${bintray.package}</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>central</id>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-gpg-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>sign-artifacts</id>
|
|
||||||
<phase>verify</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>sign</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
<distributionManagement>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>sonatype-nexus-snapshots</id>
|
|
||||||
<name>Sonatype Nexus Snapshots</name>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
<repository>
|
|
||||||
<id>sonatype-nexus-staging</id>
|
|
||||||
<name>Nexus Release Repository</name>
|
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
<artifactId>spring-cloud-stream-dependencies</artifactId>
|
||||||
<version>Fishtown.M4</version>
|
<version>Fishtown.BUILD-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spring-cloud-stream-dependencies</name>
|
<name>spring-cloud-stream-dependencies</name>
|
||||||
<description>Spring Cloud Stream Dependencies</description>
|
<description>Spring Cloud Stream Dependencies</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user