Skip to content

Commit

Permalink
Remove unfinished release work and make names consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Jan 12, 2022
1 parent dfd99e7 commit ab7cf57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion java/kotlin-lite/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>{artifactId}</artifactId>
<packaging>{type}</packaging>

<name>Protocol Buffers [Kotlin lite]</name>
<name>Protocol Buffers [Kotlin-Lite]</name>
<description>
Kotlin lite Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
Expand Down
19 changes: 0 additions & 19 deletions java/kotlin/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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_jvm_external//:defs.bzl", "java_export")
load("@rules_proto//proto:defs.bzl", "proto_library")
load("//:protobuf_version.bzl", "PROTOBUF_VERSION")

Expand Down Expand Up @@ -258,21 +257,3 @@ kt_jvm_test(
],
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__"],
)
2 changes: 1 addition & 1 deletion java/kotlin/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>{artifactId}</artifactId>
<packaging>{type}</packaging>

<name>Protocol Buffers [Kotlin]</name>
<name>Protocol Buffers [Kotlin-Core]</name>
<description>
Kotlin core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
Expand Down

0 comments on commit ab7cf57

Please sign in to comment.