From cdaae1bb268a24d8579118f258e4609ea4ee3634 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 22 Sep 2024 15:58:26 +0100 Subject: [PATCH 1/3] test with pekko-http 1.0.0-RC1 --- build.sbt | 1 + project/PekkoHttpDependency.scala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8262ad52d..f4110f0f2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,6 +12,7 @@ import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh sourceDistName := "apache-pekko-connectors" sourceDistIncubating := false ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo +ThisBuild / resolvers += Resolver.ApacheMavenStagingRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo diff --git a/project/PekkoHttpDependency.scala b/project/PekkoHttpDependency.scala index 20d1196ef..93ddef62a 100644 --- a/project/PekkoHttpDependency.scala +++ b/project/PekkoHttpDependency.scala @@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency object PekkoHttpDependency extends PekkoDependency { override val checkProject: String = "pekko-http-testkit" override val module: Option[String] = Some("http") - override val currentVersion: String = "1.1.0-M1" + override val currentVersion: String = "1.1.0-RC1" } From 4be142abad34b3183a1bce11f3d4494128376fc3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 1 Oct 2024 00:02:20 +0100 Subject: [PATCH 2/3] Update PekkoHttpDependency.scala --- project/PekkoHttpDependency.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/PekkoHttpDependency.scala b/project/PekkoHttpDependency.scala index 93ddef62a..820779b60 100644 --- a/project/PekkoHttpDependency.scala +++ b/project/PekkoHttpDependency.scala @@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency object PekkoHttpDependency extends PekkoDependency { override val checkProject: String = "pekko-http-testkit" override val module: Option[String] = Some("http") - override val currentVersion: String = "1.1.0-RC1" + override val currentVersion: String = "1.1.0" } From b9e3826ad2d2b97c48855d9f37684996d15d1d84 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 1 Oct 2024 23:52:56 +0100 Subject: [PATCH 3/3] Update build.sbt --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4110f0f2..8262ad52d 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,6 @@ import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh sourceDistName := "apache-pekko-connectors" sourceDistIncubating := false ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo -ThisBuild / resolvers += Resolver.ApacheMavenStagingRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo