Skip to content

Commit

Permalink
Preparing for 0.42.49-SNAPSHOT development
Browse files Browse the repository at this point in the history
  • Loading branch information
daschl committed Aug 27, 2024
1 parent 16af216 commit f40d432
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk
title: ServiceTalk
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xms2g -Xmx4g -dsa -da -ea:io.servicetalk... -XX:+HeapDumpOnO

# project metadata used for publications
group=io.servicetalk
version=0.42.48
version=0.42.49-SNAPSHOT
scmHost=github.com
scmPath=apple/servicetalk
issueManagementUrl=https://github.com/apple/servicetalk/issues
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-client-api/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-client-api
title: Client API
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-client-api/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-concurrent-api/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-concurrent-api
title: Concurrent API
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-concurrent-api/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-data-jackson-jersey/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-data-jackson-jersey
title: JSON (Jackson)
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-data-jackson-jersey/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-data-protobuf-jersey/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-data-protobuf-jersey
title: Protobuf
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-examples/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-examples
title: Examples
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-examples/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-examples/grpc/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<!-- servicetalk.version is updated automatically by release.sh during the ServiceTalk release process -->
<servicetalk.version>0.42.47</servicetalk.version>
<servicetalk.version>0.42.48</servicetalk.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<protoc.version>3.19.2</protoc.version>
<os-maven-plugin.version>1.6.0</os-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-grpc-api/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-grpc-api
title: gRPC
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-grpc-api/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-http-api/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-http-api
title: HTTP
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-http-api/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-http-router-jersey/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-http-router-jersey
title: JAX-RS Router (Jersey)
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-http-router-jersey/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-http-security-jersey/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-http-security-jersey
title: Security
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]
2 changes: 1 addition & 1 deletion servicetalk-loadbalancer/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

name: servicetalk-loadbalancer
title: Load balancing
version: '0.42'
version: SNAPSHOT
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion servicetalk-loadbalancer/docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef::page-version[]
:page-version: 0.42
:page-version: SNAPSHOT
endif::[]

include::{page-version}@servicetalk::partial$nav-versioned.adoc[]

0 comments on commit f40d432

Please sign in to comment.