Skip to content

Commit b25170e

Browse files
authored
Migrate to Sonatype Central (#34)
1 parent 56f264e commit b25170e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Run the [NATS messaging system](https://nats.io) Server from your Java code.
66

7+
**Current Release**: 2.0.0   **Current Snapshot**: 2.0.1-SNAPSHOT
8+
79
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
810
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats-server-runner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats-server-runner)
911
[![Javadoc](http://javadoc.io/badge/io.nats/jnats-server-runner.svg?branch=main)](http://javadoc.io/doc/io.nats/jnats-server-runner?branch=main)
@@ -64,9 +66,9 @@ catch (Exception e) {
6466

6567
### Static Settings
6668

67-
If you want to run multiple instances of the server, for instance in unit tests, you can do
69+
If you want to run multiple instances of the server, for instance, in unit tests, you can do
6870
some setup statically to reduce the code in the builders. A simple way to do this would be
69-
to have a static initializer in base test class or something that is called before all uses.
71+
to have a static initializer in a base test class or something that is called before all uses.
7072
There are 3 methods available:
7173

7274
```java

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'signing'
1212
}
1313

14-
def jarVersion = "2.0.0"
14+
def jarVersion = "2.0.1"
1515
group = 'io.nats'
1616

1717
def isMerge = System.getenv("BUILD_EVENT") == "push"

0 commit comments

Comments
 (0)