Skip to content

Commit

Permalink
fix poms
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 31, 2023
1 parent 6a8f941 commit ce53bc4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
<pekko.grpc.version>0.0.0-64-719d069a-SNAPSHOT</pekko.grpc.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
<pekko-management.version>0.0.0+757-f7d48cde-SNAPSHOT</pekko-management.version>
<scala.binary.version>2.13</scala.binary.version>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
</properties>

<groupId>org.apache.pekko</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
<pekko-persistence-cassandra.version>0.0.0-1102-939e199d-SNAPSHOT</pekko-persistence-cassandra.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
<pekko-management.version>0.0.0+757-f7d48cde-SNAPSHOT</pekko-management.version>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/killrweather-fog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/killrweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.0</pekko.version>
<pekko.version"1.0.1"</pekko.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
</properties>

Expand Down

0 comments on commit ce53bc4

Please sign in to comment.