Skip to content

Commit f33ab63

Browse files
author
Alexander Furer
committed
3.0.1 release
1 parent ec3ab56 commit f33ab63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,21 @@ repositories {
2828
dependencies {
2929
compile 'io.github.lognet:grpc-spring-boot-starter:3.1.0'
3030
}
31+
32+
3133
----
3234

3335
[IMPORTANT]
3436
Starting from release `3.0.0` the artifacts are published to *maven central*.
3537
Pay attention that `group` has changed from `org.lognet` to `io.github.lognet`.
3638

39+
40+
41+
42+
43+
[NOTE]
44+
The release notes with compatibility matrix can be found link:ReleaseNotes.adoc[here] https://github.com/LogNet/grpc-spring-boot-starter/blob/master/ReleaseNotes.adoc[here,role="external" ]
45+
3746
== Usage
3847

3948
* Start by https://github.com/google/protobuf-gradle-plugin[generating] stub and server interface(s) from your `.proto` file(s).

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ buildscript {
1616
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5'
1717
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
1818
classpath 'com.palantir:jacoco-coverage:0.4.0'
19-
classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1'
2019
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.20.0"
2120
classpath "de.marcphilipp.gradle:nexus-publish-plugin:0.1.1"
2221
}

0 commit comments

Comments
 (0)