Skip to content

Commit

Permalink
more pekko 1.0.0 uptake (#48)
Browse files Browse the repository at this point in the history
* more pekko 1.0.0 uptake

* revert 1 example

* revert another
  • Loading branch information
pjfanning authored Jul 17, 2023
1 parent faab4a3 commit b06c62e
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pekko-sample-cluster-client-grpc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>0.0.0+26669-ec5b6764-SNAPSHOT</pekko.version>
<pekko.grpc.version>0.0.0-54-7f0140d6-SNAPSHOT</pekko.grpc.version>
<pekko.version>1.0.0</pekko.version>
<pekko.grpc.version>0.0.0-64-719d069a-SNAPSHOT</pekko.grpc.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val pekkoVersion = "1.0.0"

// allow access to snapshots
resolvers += "Apache Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// allow access to snapshots
resolvers += "Apache Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")

addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "0.0.0-54-7f0140d6-SNAPSHOT")
addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "0.0.0-64-719d069a-SNAPSHOT")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
6 changes: 3 additions & 3 deletions pekko-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<pekko.version>0.0.0+26669-ec5b6764-SNAPSHOT</pekko.version>
<pekko-http.version>0.0.0+4411-6fe04045-SNAPSHOT</pekko-http.version>
<pekko-management.version>0.0.0+752-95cdd415-SNAPSHOT</pekko-management.version>
<pekko.version>1.0.0</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>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions pekko-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ThisBuild / organization := "org.apache.pekko"
name := "pekko-sample-cluster-kubernetes-scala"

scalaVersion := "2.13.11"
val pekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT"
val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val pekkoManagementVersion = "0.0.0+752-95cdd415-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"
val pekkoVersion = "1.0.0"
val pekkoManagementVersion = "0.0.0+757-f7d48cde-SNAPSHOT"
val logbackVersion = "1.2.12"

// allow access to snapshots
Expand Down
8 changes: 4 additions & 4 deletions pekko-sample-kafka-to-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT"
val pekkoVersion = "1.0.0"
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"

val pekkoConnectorsKafkaVersion = "0.0.0+1738-07a19b8e-SNAPSHOT"
val pekkoManagementVersion = "0.0.0+752-95cdd415-SNAPSHOT"
val pekkoConnectorsKafkaVersion = "0.0.0+1761-2291eac2-SNAPSHOT"
val pekkoManagementVersion = "0.0.0+757-f7d48cde-SNAPSHOT"
val EmbeddedKafkaVersion = "2.4.1.1"
val logbackVersion = "1.2.12"
val slf4jVersion = "1.7.32"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += "Apache Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "0.0.0-54-7f0140d6-SNAPSHOT")
addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "0.0.0-64-719d069a-SNAPSHOT")

addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4") // ALPN agent
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.25")
Expand Down
6 changes: 3 additions & 3 deletions pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>0.0.0+26669-ec5b6764-SNAPSHOT</pekko.version>
<pekko.version>1.0.0</pekko.version>
<pekko-persistence-cassandra.version>0.0.0-1095-5ca43b58-SNAPSHOT</pekko-persistence-cassandra.version>
<pekko-http.version>0.0.0+4411-6fe04045-SNAPSHOT</pekko-http.version>
<pekko-management.version>0.0.0+752-95cdd415-SNAPSHOT</pekko-management.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>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT"
val pekkoVersion = "1.0.0"
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"
val logbackVersion = "1.2.12"

lazy val buildSettings = Seq(
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/killrweather-fog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>0.0.0+26669-ec5b6764-SNAPSHOT</pekko.version>
<pekko-http.version>0.0.0+4411-6fe04045-SNAPSHOT</pekko-http.version>
<pekko.version>1.0.0</pekko.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/killrweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>0.0.0+26669-ec5b6764-SNAPSHOT</pekko.version>
<pekko-http.version>0.0.0+4411-6fe04045-SNAPSHOT</pekko-http.version>
<pekko.version>1.0.0</pekko.version>
<pekko-http.version>0.0.0+4468-963bd592-SNAPSHOT</pekko-http.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT"
val pekkoVersion = "1.0.0"
val pekkoHttpVersion = "0.0.0+4468-963bd592-SNAPSHOT"
val logbackVersion = "1.2.12"

lazy val buildSettings = Seq(
Expand Down

0 comments on commit b06c62e

Please sign in to comment.