Releaser -> spring-cloud-release-tools
This commit is contained in:
14
README.adoc
14
README.adoc
@@ -1,16 +1,16 @@
|
||||
// Do not edit this file (e.g. go instead to src/main/asciidoc)
|
||||
|
||||
:jdkversion: 1.8
|
||||
:org: marcingrzejszczak
|
||||
:repo: releaser
|
||||
:org: spring-cloud
|
||||
:repo: spring-cloud-release-tools
|
||||
|
||||
image::https://circleci.com/gh/{org}/{repo}/tree/1.1.x.svg?style=svg["CircleCI", link="https://circleci.com/gh/{org}/{repo}/tree/1.1.x"]
|
||||
image::https://codecov.io/gh/{org}/{repo}/branch/1.1.x/graph/badge.svg["codecov", link="https://codecov.io/gh/{org}/{repo}"]
|
||||
image::https://badges.gitter.im/{org}/{repo}.svg[Gitter, link="https://gitter.im/{org}/{repo}?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
|
||||
|
||||
:github-tag: master
|
||||
:org: marcingrzejszczak
|
||||
:repo: releaser
|
||||
:org: spring-cloud
|
||||
:repo: spring-cloud-release-tools
|
||||
:github-repo: {org}/{repo}
|
||||
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
|
||||
:github-code: http://github.com/{github-repo}/tree/{github-tag}
|
||||
@@ -31,7 +31,7 @@ Currently we only support running the releaser to update the poms from Java
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
git clone https://github.com/marcingrzejszczak/releaser
|
||||
git clone https://github.com/spring-cloud/spring-cloud-release-tools
|
||||
cd releaser
|
||||
./mvnw clean package
|
||||
----
|
||||
@@ -42,10 +42,10 @@ and then go to your project (e.g. Spring Cloud Sleuth)
|
||||
----
|
||||
git clone https://github.com/spring-cloud/spring-cloud-sleuth
|
||||
cd spring-cloud-sleuth
|
||||
java -jar ~/path/to/cloned/releaser/releaser-spring/target/releaser-spring-0.0.1.BUILD-SNAPSHOT.jar
|
||||
java -jar ~/path/to/cloned/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/releaser-spring-1.0.0.M1.jar
|
||||
----
|
||||
|
||||
You'll be asked to press `Enter` to continue (to check whether you're running it from a proper path).
|
||||
The application will start running from your working directory.
|
||||
|
||||
== Future plans
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
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>
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>releaser-parent</artifactId>
|
||||
<version>0.0.1.BUILD-SNAPSHOT</version>
|
||||
<groupId>org.springframework.cloud.internal</groupId>
|
||||
<artifactId>spring-cloud-release-tools-parent</artifactId>
|
||||
<version>1.0.0.M1</version>
|
||||
</parent>
|
||||
<artifactId>releaser-docs</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
:jdkversion: 1.8
|
||||
:org: marcingrzejszczak
|
||||
:repo: releaser
|
||||
:org: spring-cloud
|
||||
:repo: spring-cloud-release-tools
|
||||
|
||||
image::https://circleci.com/gh/{org}/{repo}/tree/1.1.x.svg?style=svg["CircleCI", link="https://circleci.com/gh/{org}/{repo}/tree/1.1.x"]
|
||||
image::https://codecov.io/gh/{org}/{repo}/branch/1.1.x/graph/badge.svg["codecov", link="https://codecov.io/gh/{org}/{repo}"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
:github-tag: master
|
||||
:org: marcingrzejszczak
|
||||
:repo: releaser
|
||||
:org: spring-cloud
|
||||
:repo: spring-cloud-release-tools
|
||||
:github-repo: {org}/{repo}
|
||||
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
|
||||
:github-code: http://github.com/{github-repo}/tree/{github-tag}
|
||||
@@ -21,7 +21,7 @@ Currently we only support running the releaser to update the poms from Java
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
git clone https://github.com/marcingrzejszczak/releaser
|
||||
git clone https://github.com/spring-cloud/spring-cloud-release-tools
|
||||
cd releaser
|
||||
./mvnw clean package
|
||||
----
|
||||
@@ -32,7 +32,7 @@ and then go to your project (e.g. Spring Cloud Sleuth)
|
||||
----
|
||||
git clone https://github.com/spring-cloud/spring-cloud-sleuth
|
||||
cd spring-cloud-sleuth
|
||||
java -jar ~/path/to/cloned/releaser/releaser-spring/target/releaser-spring-0.0.1.BUILD-SNAPSHOT.jar
|
||||
java -jar ~/path/to/cloned/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/releaser-spring-1.0.0.M1.jar
|
||||
----
|
||||
|
||||
The application will start running from your working directory.
|
||||
|
||||
9
pom.xml
9
pom.xml
@@ -4,8 +4,9 @@
|
||||
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>
|
||||
|
||||
<artifactId>releaser-parent</artifactId>
|
||||
<version>0.0.1.BUILD-SNAPSHOT</version>
|
||||
<groupId>org.springframework.cloud.internal</groupId>
|
||||
<artifactId>spring-cloud-release-tools-parent</artifactId>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
@@ -18,8 +19,8 @@
|
||||
|
||||
<modules>
|
||||
<module>docs</module>
|
||||
<module>releaser-core</module>
|
||||
<module>releaser-spring</module>
|
||||
<module>spring-cloud-release-tools-core</module>
|
||||
<module>spring-cloud-release-tools-spring</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
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>
|
||||
|
||||
<artifactId>releaser-core</artifactId>
|
||||
<version>0.0.1.BUILD-SNAPSHOT</version>
|
||||
<groupId>org.springframework.cloud.internal</groupId>
|
||||
<artifactId>spring-cloud-release-tools-core</artifactId>
|
||||
<version>1.0.0.M1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<parent>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user