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

chore: update release date license and sdk samples to 3.0.2 (#85) #88

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Business Source License 1.1
Parameters

Licensor: Lightbend, Inc.
Licensed Work: Akka SDK for Java v 3.0.1
Licensed Work: Akka SDK for Java v 3.0.2
The Licensed Work is (c) 2024 Lightbend Inc.

Change Date: 2027-12-03
Change Date: 2027-12-12

Change License: Apache License, Version 2.0

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.1</version>
<version>3.0.2</version>
<packaging>maven-archetype</packaging>
<parent>
<groupId>io.akka</groupId>
<artifactId>akka-javasdk-maven</artifactId>
<version>3.0.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</version>
</parent>

<groupId>io.akka</groupId>
<artifactId>akka-javasdk-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<packaging>pom</packaging>


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

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

<akka-javasdk.version>3.0.1</akka-javasdk.version>
<akka-javasdk.version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</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.1</version>
<version>3.0.2</version>
</parent>

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