Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jun 15, 2022
1 parent 37dc6a2 commit 56bf12f
Show file tree
Hide file tree
Showing 31 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-autoconfigure</artifactId>
<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions opentracing-flowid/opentracing-flowid-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-bom</artifactId>
<packaging>pom</packaging>
Expand All @@ -13,27 +13,27 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-httpclient</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-okhttp</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-servlet</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-autoconfigure</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-flowid/opentracing-flowid-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-httpclient</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-flowid/opentracing-flowid-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-okhttp</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-flowid/opentracing-flowid-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-servlet</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-flowid/opentracing-flowid-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-starter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-flowid/opentracing-flowid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-flowid-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-flowid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-flowid-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-jdbc/opentracing-jdbc-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-jdbc-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-jdbc-autoconfigure</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-jdbc/opentracing-jdbc-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-jdbc-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-jdbc-starter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-jdbc/opentracing-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-jdbc-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-jdbc</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-jdbc-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-kotlin</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-proxy/opentracing-proxy-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-proxy-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-proxy-autoconfigure</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-proxy/opentracing-proxy-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-proxy-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-proxy-starter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-proxy/opentracing-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-proxy-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-proxy</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-proxy-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-servlet-extension-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-servlet-extension-autoconfigure</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-servlet-extension-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-servlet-extension-starter</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-servlet-extension-parent</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-servlet-extension</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-servlet-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-servlet-extension-parent</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-spring-extension</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-web-extension-autoconfigure</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-spring-extension</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-web-extension-starter</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-spring-extension</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-web-extension</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-spring-extension</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-webflux-extension-autoconfigure</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-spring-extension</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-webflux-extension-starter</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-spring-extension</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-webflux-extension</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-spring-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-spring-extension</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion opentracing-toolbox-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<artifactId>opentracing-toolbox-spring-boot-starter</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zalando</groupId>
<artifactId>opentracing-toolbox</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>pom</packaging>
<url>https://github.com/zalando/opentracing-toolbox</url>
<inceptionYear>2019</inceptionYear>
Expand Down
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ if [ "$(semver -h | grep -c 'A JavaScript implementation of the https://semver.o
exit 1
fi

./mvnw scm:check-local-modification
#./mvnw scm:check-local-modification

current=$(git describe --abbrev=0 || echo 0.0.0)
release=$(semver ${current} -i $1 --preid RC)
#current=$(git describe --abbrev=0 || echo 0.0.0)
release="4.2.0"
next=$(semver ${release} -i minor)

git checkout -b release/${release}

./mvnw versions:set -D newVersion=${release}
git commit -am "Release ${release}"
./mvnw clean deploy scm:tag -P release -D tag=${release} -D pushChanges=false -D skipTests -D dependency-check.skip
./mvnw -s ~/.m2/settings-oss.xml clean deploy scm:tag -P release -D tag=${release} -D pushChanges=false -D skipTests -D dependency-check.skip

./mvnw versions:set -D newVersion=${next}-SNAPSHOT
git commit -am "Development ${next}-SNAPSHOT"
Expand Down

0 comments on commit 56bf12f

Please sign in to comment.