Skip to content

Commit 054a435

Browse files
author
Alexander Furer
committed
next dev version
1 parent d4bb872 commit 054a435

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,19 @@ The starter can be used both by *1.5.X* and *2.X.X* spring boot applications.
2121
[source,gradle]
2222
----
2323
repositories {
24-
jcenter()
25-
// maven { url "http://oss.jfrog.org/oss-snapshot-local" } //for snashot builds
24+
mavenCentral()
25+
//maven { url "https://oss.sonatype.org/content/repositories/snapshots" } //for snashot builds
2626
2727
}
2828
dependencies {
29-
compile('org.lognet:grpc-spring-boot-starter:2.4.3')
29+
compile 'io.github.lognet:grpc-spring-boot-starter:3.0.0'
3030
}
3131
----
3232

33+
[IMPORTANT]
34+
Starting from release `3.0.0` the artifacts are published to *maven central*.
35+
Pay attention that `group` has changed from `org.lognet` to `io.github.lognet`.
36+
3337
== Usage
3438

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.0
1+
version=3.0.1-SNAPHSOT
22
group=io.github.lognet
33
#group=org.lognet
44
description=Spring Boot starter for Google RPC.

0 commit comments

Comments
 (0)