Thanks JingZhang.
I'll release the jars.

On Wed, 19 Jun 2024 at 06:27, JingZhang Chen <roio...@apache.org> wrote:
>
> Thanks, and + 1 for me.
>
> has been verified: [pekko-connectors-kafka-testkit, pekko-connectors-kafka,
> pekko-connectors-kafka-cluster-sharding] in all scala version.
>
> ```
> ❯ sh apache-release-jar.sh pekko-connectors-kafka 1.1.0-M1-RC1 1.1.0-M1
>
> Verifying that the download link is correct: [pekko-connectors-kafka, 2.12,
> -sources.jar]
> Verifying that the jars is matching...
>
> diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
> index 8c6b35a..3d7a3bf 100644
> --- a/META-INF/MANIFEST.MF
> +++ b/META-INF/MANIFEST.MF
> @@ -1,5 +1,5 @@
>  Manifest-Version: 1.0
>  Specification-Vendor: Apache Software Foundation
>  Specification-Title: pekko-connectors-kafka
> -Specification-Version: 1.1.0-M1-RC1
> +Specification-Version: 1.1.0-M1
>
> diff --git a/org/apache/pekko/kafka/Version.scala
> b/org/apache/pekko/kafka/Version.scala
> index 8b9141e..750cb8d 100644
> --- a/org/apache/pekko/kafka/Version.scala
> +++ b/org/apache/pekko/kafka/Version.scala
> @@ -1,5 +1,5 @@
>  package org.apache.pekko.kafka
>
>  object Version {
> -  val current: String = "1.1.0-M1-RC1"
> +  val current: String = "1.1.0-M1"
>  }
>
> ----------
> Verifying that the download link is correct: [pekko-connectors-kafka, 2.12,
> .jar]
> Verifying that the jars is matching...
>
> diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
> index 1e54cd0..a36d9a1 100644
> --- a/META-INF/MANIFEST.MF
> +++ b/META-INF/MANIFEST.MF
> @@ -5,8 +5,8 @@
>   ka/current/
>  Implementation-Vendor-Id: org.apache.pekko
>  Implementation-Vendor: Apache Software Foundation
> -Implementation-Version: 1.1.0-M1-RC1
> +Implementation-Version: 1.1.0-M1
>  Specification-Title: pekko-connectors-kafka
>  Specification-Vendor: Apache Software Foundation
> -Specification-Version: 1.1.0-M1-RC1
> +Specification-Version: 1.1.0-M1
>
> diff --git a/org/apache/pekko/kafka/Version$.class.asm
> b/org/apache/pekko/kafka/Version$.class.asm
> index acb20a8..115fe7e 100644
> --- a/org/apache/pekko/kafka/Version$.class.asm
> +++ b/org/apache/pekko/kafka/Version$.class.asm
> @@ -24,7 +24,7 @@
>      ALOAD 0
>      PUTSTATIC org/apache/pekko/kafka/Version$.MODULE$ :
> Lorg/apache/pekko/kafka/Version$;
>      ALOAD 0
> -    LDC "1.1.0-M1-RC1"
> +    LDC "1.1.0-M1"
>      PUTFIELD org/apache/pekko/kafka/Version$.current : Ljava/lang/String;
>      RETURN
>      MAXSTACK = 2
> diff --git a/version.conf b/version.conf
> index 507f33e..9c4b954 100644
> --- a/version.conf
> +++ b/version.conf
> @@ -1 +1 @@
> -pekko.kafka.version = "1.1.0-M1-RC1"
> +pekko.kafka.version = "1.1.0-M1"
>
> ----------
> Verifying that the download link is correct: [pekko-connectors-kafka, 2.13,
> -sources.jar]
> Verifying that the jars is matching...
>
> diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
> index 8c6b35a..3d7a3bf 100644
> --- a/META-INF/MANIFEST.MF
> +++ b/META-INF/MANIFEST.MF
> @@ -1,5 +1,5 @@
>  Manifest-Version: 1.0
>  Specification-Vendor: Apache Software Foundation
>  Specification-Title: pekko-connectors-kafka
> -Specification-Version: 1.1.0-M1-RC1
> +Specification-Version: 1.1.0-M1
>
> diff --git a/org/apache/pekko/kafka/Version.scala
> b/org/apache/pekko/kafka/Version.scala
> index 8b9141e..750cb8d 100644
> --- a/org/apache/pekko/kafka/Version.scala
> +++ b/org/apache/pekko/kafka/Version.scala
> @@ -1,5 +1,5 @@
>  package org.apache.pekko.kafka
>
>  object Version {
> -  val current: String = "1.1.0-M1-RC1"
> +  val current: String = "1.1.0-M1"
>  }
>
> ----------
> Verifying that the download link is correct: [pekko-connectors-kafka, 2.13,
> .jar]
> Verifying that the jars is matching...
>
> diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
> index 1e54cd0..a36d9a1 100644
> --- a/META-INF/MANIFEST.MF
> +++ b/META-INF/MANIFEST.MF
> @@ -5,8 +5,8 @@
>   ka/current/
>  Implementation-Vendor-Id: org.apache.pekko
>  Implementation-Vendor: Apache Software Foundation
> -Implementation-Version: 1.1.0-M1-RC1
> +Implementation-Version: 1.1.0-M1
>  Specification-Title: pekko-connectors-kafka
>  Specification-Vendor: Apache Software Foundation
> -Specification-Version: 1.1.0-M1-RC1
> +Specification-Version: 1.1.0-M1
>
> diff --git a/org/apache/pekko/kafka/Version$.class.asm
> b/org/apache/pekko/kafka/Version$.class.asm
> index 6c3e799..90a7006 100644
> --- a/org/apache/pekko/kafka/Version$.class.asm
> +++ b/org/apache/pekko/kafka/Version$.class.asm
> @@ -15,7 +15,7 @@
>      DUP
>      INVOKESPECIAL org/apache/pekko/kafka/Version$.<init> ()V
>      PUTSTATIC org/apache/pekko/kafka/Version$.MODULE$ :
> Lorg/apache/pekko/kafka/Version$;
> -    LDC "1.1.0-M1-RC1"
> +    LDC "1.1.0-M1"
>      PUTSTATIC org/apache/pekko/kafka/Version$.current : Ljava/lang/String;
>      RETURN
>      MAXSTACK = 2
> diff --git a/version.conf b/version.conf
> index 507f33e..9c4b954 100644
> --- a/version.conf
> +++ b/version.conf
> @@ -1 +1 @@
> -pekko.kafka.version = "1.1.0-M1-RC1"
> +pekko.kafka.version = "1.1.0-M1"
>
> ----------
> Verifying that the download link is correct: [pekko-connectors-kafka, 3,
> -sources.jar]
> Verifying that the jars is matching...
>
> diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
> index 8c6b35a..3d7a3bf 100644
> --- a/META-INF/MANIFEST.MF
> +++ b/META-INF/MANIFEST.MF
> @@ -1,5 +1,5 @@
>  Manifest-Version: 1.0
>  Specification-Vendor: Apache Software Foundation
>  Specification-Title: pekko-connectors-kafka
> -Specification-Version: 1.1.0-M1-RC1
> +Specification-Version: 1.1.0-M1
>
> diff --git a/org/apache/pekko/kafka/Version.scala
> b/org/apache/pekko/kafka/Version.scala
> index 8b9141e..750cb8d 100644
> --- a/org/apache/pekko/kafka/Version.scala
> +++ b/org/apache/pekko/kafka/Version.scala
> @@ -1,5 +1,5 @@
>  package org.apache.pekko.kafka
>
>  object Version {
> -  val current: String = "1.1.0-M1-RC1"
> +  val current: String = "1.1.0-M1"
>  }
>
> ----------
> Verifying that the download link is correct: [pekko-connectors-kafka, 3,
> .jar]
> Verifying that the jars is matching...
>
> diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
> index 1e54cd0..a36d9a1 100644
> --- a/META-INF/MANIFEST.MF
> +++ b/META-INF/MANIFEST.MF
> @@ -5,8 +5,8 @@
>   ka/current/
>  Implementation-Vendor-Id: org.apache.pekko
>  Implementation-Vendor: Apache Software Foundation
> -Implementation-Version: 1.1.0-M1-RC1
> +Implementation-Version: 1.1.0-M1
>  Specification-Title: pekko-connectors-kafka
>  Specification-Vendor: Apache Software Foundation
> -Specification-Version: 1.1.0-M1-RC1
> +Specification-Version: 1.1.0-M1
>
> diff --git a/org/apache/pekko/kafka/Version$.class.asm
> b/org/apache/pekko/kafka/Version$.class.asm
> index af78320..1514390 100644
> --- a/org/apache/pekko/kafka/Version$.class.asm
> +++ b/org/apache/pekko/kafka/Version$.class.asm
> @@ -15,7 +15,7 @@
>      DUP
>      INVOKESPECIAL org/apache/pekko/kafka/Version$.<init> ()V
>      PUTSTATIC org/apache/pekko/kafka/Version$.MODULE$ :
> Lorg/apache/pekko/kafka/Version$;
> -    LDC "1.1.0-M1-RC1"
> +    LDC "1.1.0-M1"
>      PUTSTATIC org/apache/pekko/kafka/Version$.current : Ljava/lang/String;
>      RETURN
>      MAXSTACK = 2
> diff --git a/org/apache/pekko/kafka/Version.tasty
> b/org/apache/pekko/kafka/Version.tasty
> index 65bcbcf..209e393 100644
> --- a/org/apache/pekko/kafka/Version.tasty
> +++ b/org/apache/pekko/kafka/Version.tasty
> Binary files differ
> diff --git a/version.conf b/version.conf
> index 507f33e..9c4b954 100644
> --- a/version.conf
> +++ b/version.conf
> @@ -1 +1 @@
> -pekko.kafka.version = "1.1.0-M1-RC1"
> +pekko.kafka.version = "1.1.0-M1"
>
> ----------
> All Release Jars verified!
> ```
>
> PJ Fanning <fannin...@apache.org> 于2024年6月19日周三 04:32写道:
>
> > Hi everyone,
> > The release vote has passed. The final requirement is to validate the
> > Pekko Connectors Kafka 1.1.0-M1 jars.
> >
> > I have uploaded the 1.1.0-M1 jars to repository.apache.org staging repo.
> > The 1.1.0-M1-RC1 jars are still there for comparison.
> >
> > I will leave the jars there for at least 24 hours. Our process
> > requires that at least 1 PMC member reviews the jars before we can
> > release them.
> >
> > https://repository.apache.org/content/groups/staging/org/apache/pekko/
> >
> > Thanks,
> > PJ
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> > For additional commands, e-mail: dev-h...@pekko.apache.org
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
For additional commands, e-mail: dev-h...@pekko.apache.org

Reply via email to