This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 4c0219600b Rename name for Apache nexus repo to work with Sonatype
4c0219600b is described below
commit 4c0219600b7bc46a60cd80aa8be4641934677a8e
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Jan 26 14:04:10 2023 +0100
Rename name for Apache nexus repo to work with Sonatype
---
project/Publish.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Publish.scala b/project/Publish.scala
index 92df8658e0..8c6029b8d6 100644
--- a/project/Publish.scala
+++ b/project/Publish.scala
@@ -44,7 +44,7 @@ object Publish extends AutoPlugin {
private def apacheNexusCredentials: Seq[Credentials] =
(sys.env.get("NEXUS_USER"), sys.env.get("NEXUS_PW")) match {
case (Some(user), Some(password)) =>
- Seq(Credentials("Apache Nexus Repository Manager", apacheBaseRepo,
user, password))
+ Seq(Credentials("Sonatype Nexus Repository Manager", apacheBaseRepo,
user, password))
case _ =>
Seq.empty
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]