This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 303bf09 grpc 1.0.0 release (#69)
303bf09 is described below
commit 303bf09689689a73e6dc764adbb8f6ab321c9405
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Aug 20 19:53:20 2023 +0100
grpc 1.0.0 release (#69)
---
pekko-sample-cluster-client-grpc-java/pom.xml | 27 ++--------------------
.../project/plugins.sbt | 5 +---
pekko-sample-cluster-docker-compose-java/LICENSE | 2 +-
pekko-sample-cluster-docker-compose-scala/LICENSE | 2 +-
.../project/plugins.sbt | 3 +--
pekko-sample-persistence-dc-java/pom.xml | 2 +-
pekko-sample-persistence-java/pom.xml | 2 +-
7 files changed, 8 insertions(+), 35 deletions(-)
diff --git a/pekko-sample-cluster-client-grpc-java/pom.xml
b/pekko-sample-cluster-client-grpc-java/pom.xml
index ba099ac..ab61eaf 100644
--- a/pekko-sample-cluster-client-grpc-java/pom.xml
+++ b/pekko-sample-cluster-client-grpc-java/pom.xml
@@ -11,32 +11,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.0.1</pekko.version>
- <pekko.grpc.version>1.0.0-RC1-3-ae23c14d-SNAPSHOT</pekko.grpc.version>
+ <pekko.grpc.version>1.0.0</pekko.grpc.version>
</properties>
- <repositories>
- <repository>
- <id>apache-pekko-snapshots</id>
- <name>Apache Snapshots Repository</name>
- <url>https://repository.apache.org/content/repositories/snapshots/</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>apache-pekko-snapshots</id>
- <name>Apache Snapshots Repository</name>
- <url>https://repository.apache.org/content/repositories/snapshots/</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
<dependencies>
<dependency>
<groupId>org.apache.pekko</groupId>
@@ -77,7 +54,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
index f39109e..9cea181 100644
--- a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
+++ b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
@@ -1,6 +1,3 @@
-// allow access to snapshots
-resolvers += Resolver.ApacheMavenSnapshotsRepo
-
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" %
"1.0.0-RC1-3-ae23c14d-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
diff --git a/pekko-sample-cluster-docker-compose-java/LICENSE
b/pekko-sample-cluster-docker-compose-java/LICENSE
index 345e2ad..f1fe1ef 100644
--- a/pekko-sample-cluster-docker-compose-java/LICENSE
+++ b/pekko-sample-cluster-docker-compose-java/LICENSE
@@ -203,4 +203,4 @@
---------------
Licenses for dependency projects can be found here:
-[http://akka.io/docs/akka/snapshot/project/licenses.html]
+[http://akka.io/docs/akka/2.6/project/licenses.html]
diff --git a/pekko-sample-cluster-docker-compose-scala/LICENSE
b/pekko-sample-cluster-docker-compose-scala/LICENSE
index 345e2ad..f1fe1ef 100644
--- a/pekko-sample-cluster-docker-compose-scala/LICENSE
+++ b/pekko-sample-cluster-docker-compose-scala/LICENSE
@@ -203,4 +203,4 @@
---------------
Licenses for dependency projects can be found here:
-[http://akka.io/docs/akka/snapshot/project/licenses.html]
+[http://akka.io/docs/akka/2.6/project/licenses.html]
diff --git a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
index 61a160c..a121140 100644
--- a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
+++ b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
@@ -1,5 +1,4 @@
-resolvers += Resolver.ApacheMavenSnapshotsRepo
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" %
"1.0.0-RC1-3-ae23c14d-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4") // ALPN agent
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.25")
diff --git a/pekko-sample-persistence-dc-java/pom.xml
b/pekko-sample-persistence-dc-java/pom.xml
index a153738..1a50a68 100644
--- a/pekko-sample-persistence-dc-java/pom.xml
+++ b/pekko-sample-persistence-dc-java/pom.xml
@@ -116,7 +116,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/pekko-sample-persistence-java/pom.xml
b/pekko-sample-persistence-java/pom.xml
index 135d7a5..3fb4c39 100644
--- a/pekko-sample-persistence-java/pom.xml
+++ b/pekko-sample-persistence-java/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]