Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit b4fab2f

Browse files
authored
[release] 1.0.0 (#90)
1 parent 16b10ce commit b4fab2f

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Below is a list of languages supported over Bazel BSP and their implementation s
2626
1. Have [coursier](https://get-coursier.io/docs/cli-installation) installed
2727
2. Run in the directory where Bazel BSP should be installed:
2828
```
29-
cs launch org.jetbrains.bsp:bazel-bsp:1.0.0-RC1 -M org.jetbrains.bsp.bazel.install.Install
29+
cs launch org.jetbrains.bsp:bazel-bsp:1.0.0 -M org.jetbrains.bsp.bazel.install.Install
3030
```
3131
3. Add bsp generated folders to your `.gitignore`: `.bsp` and `.bazelbsp`
3232

central-sync/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-RC1
1+
1.0.0

main/src/org/jetbrains/bsp/bazel/Install.java

Whitespace-only changes.

main/test/org/jetbrains/bsp/bazel/BazelBspServerTest.java

Whitespace-only changes.

src/main/java/org/jetbrains/bsp/bazel/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("@bazel_sonatype//:defs.bzl", "sonatype_java_export")
44
sonatype_java_export(
55
name = "bsp",
66
srcs = glob(["*.java"]),
7-
maven_coordinates = "org.jetbrains.bsp:bazel-bsp:1.0.0-RC1",
7+
maven_coordinates = "org.jetbrains.bsp:bazel-bsp:1.0.0",
88
maven_profile = "org.jetbrains",
99
pom_template = "//:pom.xml",
1010
resources = ["//src/main/resources:bsp-main-resources"],

0 commit comments

Comments
 (0)