Skip to content

Commit b414894

Browse files
authored
Merge pull request #12 from lerna-stack/release-2021.7.0
Release 2021.7.0
2 parents cc57ed2 + ccacee1 commit b414894

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ To stop the cassandra container and remove all data, run the following command.
8080
docker-compose down --volumes
8181
```
8282

83+
84+
## Versioning Strategy
85+
We use the [Calendar Versioning](https://calver.org/) `YYYY.MM.MICRO`.
86+
8387
## License
8488

8589
akka-entity-replication-sample is released under the terms of the [Apache License Version 2.0](LICENSE).

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Dependencies._
22

33
ThisBuild / scalaVersion := "2.13.4"
4-
ThisBuild / version := "1.0.0"
4+
ThisBuild / version := "2021.7.0"
55
ThisBuild / organization := "com.example"
66
ThisBuild / organizationName := "example"
77

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
retries: 5
1515

1616
node1:
17-
image: sample-akka-entity-replication:1.0.0
17+
image: sample-akka-entity-replication:2021.7.0
1818
restart: always
1919
depends_on:
2020
cassandra:
@@ -34,7 +34,7 @@ services:
3434
-Dakka-entity-replication.eventsourced.persistence.cassandra.journal.tables-autocreate=true
3535
3636
node2:
37-
image: sample-akka-entity-replication:1.0.0
37+
image: sample-akka-entity-replication:2021.7.0
3838
restart: always
3939
depends_on:
4040
cassandra:
@@ -48,7 +48,7 @@ services:
4848
-Ddatastax-java-driver.basic.contact-points.0=cassandra:9042
4949
5050
node3:
51-
image: sample-akka-entity-replication:1.0.0
51+
image: sample-akka-entity-replication:2021.7.0
5252
restart: always
5353
depends_on:
5454
cassandra:

0 commit comments

Comments
 (0)