Skip to content

Commit 602f85c

Browse files
fix: akkaserverless instead of akkaseverless. (#513)
1 parent f62bf03 commit 602f85c

22 files changed

Lines changed: 8 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
- run:
332332
name: Scala Value Entity Customer Registry
333333
command: |
334-
cd samples/scala-value-entity-customer-registry
334+
cd samples/scala-valueentity-customer-registry
335335
echo "Running sbt with SDK version: '$SDK_VERSION'"
336336
sbt -Dakkaserverless-sdk.version=$SDK_VERSION test
337337
# FIXME integration tests

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
.history
2525
.idea
2626
.ideaq
27+
.sublime-project
28+
.sublime-workspace
2729
.manager
2830
.metals
2931
.multi-jvm

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Ensure to remove/update generated files under `src` if they cause problems.
5252
2. Pass that version to the sample projects when building:
5353

5454
```shell
55-
cd samples/scala-value-entity-customer-registry
55+
cd samples/scala-valueentity-customer-registry
5656
sbt -Dakkaserverless-sdk.version="0.7...-SNAPSHOT" compile
5757
```
5858

samples/java-eventsourced-customer-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.akkaseverless.samples</groupId>
5+
<groupId>com.akkaserverless.samples</groupId>
66
<artifactId>eventsourced-customer-registry</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<packaging>jar</packaging>

samples/java-valueentity-customer-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.akkaseverless.samples</groupId>
5+
<groupId>com.akkaserverless.samples</groupId>
66
<artifactId>customer-registry</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<packaging>jar</packaging>

samples/scala-fibonacci-action/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "fibonacci-action"
22

3-
organization := "com.akkaseverless.samples"
3+
organization := "com.akkaserverless.samples"
44
organizationHomepage := Some(url("https://akkaserverless.com"))
55
licenses := Seq(
66
("CC0", url("https://creativecommons.org/publicdomain/zero/1.0"))

samples/scala-value-entity-customer-registry/.scalafmt.conf renamed to samples/scala-valueentity-customer-registry/.scalafmt.conf

File renamed without changes.

samples/scala-value-entity-customer-registry/build.sbt renamed to samples/scala-valueentity-customer-registry/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "customer-registry"
22

3-
organization := "com.akkaseverless.samples"
3+
organization := "com.akkaserverless.samples"
44
organizationHomepage := Some(url("https://akkaserverless.com"))
55
licenses := Seq(("CC0", url("https://creativecommons.org/publicdomain/zero/1.0")))
66

samples/scala-value-entity-customer-registry/project/build.properties renamed to samples/scala-valueentity-customer-registry/project/build.properties

File renamed without changes.

samples/scala-value-entity-customer-registry/project/plugins.sbt renamed to samples/scala-valueentity-customer-registry/project/plugins.sbt

File renamed without changes.

0 commit comments

Comments
 (0)