Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto PR - Bump SDK versions to 3.1.0-2-45e0f386-SNAPSHOT #185

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/update-sdk-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

open-pr-update-sample:
runs-on: ubuntu-22.04
# run only when publish workflow is successful and it's a tag
if: (github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/v')) || github.event_name == 'workflow_dispatch'
# run only when publish workflow is successful or triggered
if: (github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/heads/main')) || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout
# https://github.com/actions/checkout/releases
Expand Down Expand Up @@ -68,8 +68,8 @@ jobs:
./updateSdkVersions.sh all
BRANCH=bump-sdk-versions-${SDK_VERSION}
git checkout -b ${BRANCH}
git config user.name "Akka Bot"
git config user.email "github-actions@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit . -m "chore: bump SDK versions to ${SDK_VERSION}"
git remote add origin-rw https://${GH_TOKEN}@github.com/akka/akka-sdk
git push --set-upstream origin-rw ${BRANCH}
Expand Down
4 changes: 2 additions & 2 deletions akka-javasdk-maven/akka-javasdk-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>akka-javasdk-archetype</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-maven</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<name>Akka SDK for Java Maven Archetype</name>
Expand Down
6 changes: 3 additions & 3 deletions akka-javasdk-maven/akka-javasdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-maven</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
<packaging>pom</packaging>


Expand All @@ -34,7 +34,7 @@

<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>

<akka-javasdk.version>3.0.2</akka-javasdk.version>
<akka-javasdk.version>3.1.0-2-45e0f386-SNAPSHOT</akka-javasdk.version>

<!-- These are dependent on runtime environment and cannot be customized by users -->
<maven.compiler.release>21</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion akka-javasdk-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.akka</groupId>
<artifactId>akka-javasdk-maven</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Akka SDK for Java Maven</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/choreography-saga-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/doc-snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/endpoint-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/event-sourced-counter-brokers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/event-sourced-customer-registry-subscriber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>customer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/event-sourced-customer-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/key-value-counter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/key-value-customer-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/key-value-shopping-cart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/reliable-timers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/shopping-cart-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-dependency-injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/transfer-workflow-compensation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/transfer-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/view-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.2</version>
<version>3.1.0-2-45e0f386-SNAPSHOT</version>
</parent>

<groupId>com.example</groupId>
Expand Down