Skip to content

Commit

Permalink
Bumping versions before the relase
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Dec 22, 2020
1 parent 75ec890 commit b6bffc1
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ NOTE: Set `spring.application.name=myService` (for instance) to see the service

== Documentation

Please visit the https://docs.spring.io/spring-cloud-sleuth/docs/[Spring Cloud Sleuth documentation page] to read more about the Spring Cloud Sleuth project. You can check this project's https://spring-cloud-incubator.github.io/spring-cloud-sleuth-otel/docs/1.0.0-SNAPSHOT/reference/html/[documentation here].
Please visit the https://docs.spring.io/spring-cloud-sleuth/docs/[Spring Cloud Sleuth documentation page] to read more about the Spring Cloud Sleuth project. You can check this project's https://spring-cloud-incubator.github.io/spring-cloud-sleuth-otel/docs/current/reference/html/[documentation here].

== Building

Expand Down
4 changes: 2 additions & 2 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<name>Benchmarks</name>
<description>Benchmarks (JMH)</description>
<groupId>org.springframework.cloud</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<artifactId>otel-benchmarks</artifactId>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-sleuth-otel-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ NOTE: Set `spring.application.name=myService` (for instance) to see the service

== Documentation

Please visit the https://docs.spring.io/spring-cloud-sleuth/docs/[Spring Cloud Sleuth documentation page] to read more about the Spring Cloud Sleuth project. You can check this project's https://spring-cloud-incubator.github.io/spring-cloud-sleuth-otel/docs/1.0.0-SNAPSHOT/reference/html/[documentation here].
Please visit the https://docs.spring.io/spring-cloud-sleuth/docs/[Spring Cloud Sleuth documentation page] to read more about the Spring Cloud Sleuth project. You can check this project's https://spring-cloud-incubator.github.io/spring-cloud-sleuth-otel/docs/current/reference/html/[documentation here].

== Building

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-sleuth-otel-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<packaging>pom</packaging>
<name>Spring Cloud Sleuth OTel</name>
<description>Spring Cloud Sleuth OTel</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-sleuth-otel-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-sleuth-otel-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath/>
</parent>
<artifactId>spring-cloud-sleuth-otel-dependencies</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<packaging>pom</packaging>
<name>spring-cloud-sleuth-otel-dependencies</name>
<description>Spring Cloud Sleuth OTel Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-sleuth-otel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/otel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-otel-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M2</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit b6bffc1

Please sign in to comment.