Remove unfinished release work and make names consistent

pull/9408/head
Deanna Garcia 3 years ago
parent dfd99e7ec0
commit ab7cf573ab
  1. 2
      java/kotlin-lite/pom_template.xml
  2. 19
      java/kotlin/BUILD
  3. 2
      java/kotlin/pom_template.xml

@ -10,7 +10,7 @@
<artifactId>{artifactId}</artifactId> <artifactId>{artifactId}</artifactId>
<packaging>{type}</packaging> <packaging>{type}</packaging>
<name>Protocol Buffers [Kotlin lite]</name> <name>Protocol Buffers [Kotlin-Lite]</name>
<description> <description>
Kotlin lite Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an Kotlin lite Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. efficient yet extensible format.

@ -1,6 +1,5 @@
load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library", "kt_jvm_test", "kt_jvm_binary") load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library", "kt_jvm_test", "kt_jvm_binary")
load("@rules_java//java:defs.bzl", "java_proto_library") load("@rules_java//java:defs.bzl", "java_proto_library")
load("@rules_jvm_external//:defs.bzl", "java_export")
load("@rules_proto//proto:defs.bzl", "proto_library") load("@rules_proto//proto:defs.bzl", "proto_library")
load("//:protobuf_version.bzl", "PROTOBUF_VERSION") load("//:protobuf_version.bzl", "PROTOBUF_VERSION")
@ -258,21 +257,3 @@ kt_jvm_test(
], ],
test_class = "com.google.protobuf.kotlin.Proto3Test", test_class = "com.google.protobuf.kotlin.Proto3Test",
) )
java_export(
name = "kotlin_mvn",
maven_coordinates = "com.google.protobuf:protobuf-kotlin:%s" % PROTOBUF_VERSION,
pom_template = "pom_template.xml",
runtime_deps = [":shared_runtime"],
)
filegroup(
name = "release",
srcs = [
":kotlin_mvn-docs",
":kotlin_mvn-maven-source",
":kotlin_mvn-pom",
":kotlin_mvn-project",
],
visibility = ["//java:__pkg__"],
)

@ -10,7 +10,7 @@
<artifactId>{artifactId}</artifactId> <artifactId>{artifactId}</artifactId>
<packaging>{type}</packaging> <packaging>{type}</packaging>
<name>Protocol Buffers [Kotlin]</name> <name>Protocol Buffers [Kotlin-Core]</name>
<description> <description>
Kotlin core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an Kotlin core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. efficient yet extensible format.

Loading…
Cancel
Save