Skip to content

Commit

Permalink
chore: Update change date for 3.0.1 (#50)
Browse files Browse the repository at this point in the history
* chore: Update change date for 3.0.1

* chore: Update sdk version 3.0.1
  • Loading branch information
patriknw authored Dec 3, 2024
1 parent 606acff commit a57e676
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
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.0
Licensed Work: Akka SDK for Java v 3.0.1
The Licensed Work is (c) 2024 Lightbend Inc.

Change Date: 2027-11-08
Change Date: 2027-12-03

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

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


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

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

<akka-javasdk.version>3.0.0</akka-javasdk.version>
<akka-javasdk.version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</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.0</version>
<version>3.0.1</version>
</parent>

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

0 comments on commit a57e676

Please sign in to comment.