Skip to content

Commit 7d9c28f

Browse files
Oleh DokukaOlegDokuka
Oleh Dokuka
authored andcommitted
Merge 1.0.x into master
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
2 parents 38ffb47 + b12d46c commit 7d9c28f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ repositories {
2929
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
3030
}
3131
dependencies {
32-
implementation 'io.rsocket:rsocket-core:1.1.0'
33-
implementation 'io.rsocket:rsocket-transport-netty:1.1.0'
32+
implementation 'io.rsocket:rsocket-core:1.1.1'
33+
implementation 'io.rsocket:rsocket-transport-netty:1.1.1'
3434
}
3535
```
3636

@@ -40,12 +40,12 @@ Example:
4040

4141
```groovy
4242
repositories {
43-
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
43+
maven { url 'https://maven.pkg.github.com/rsocket/rsocket-java' }
4444
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
4545
}
4646
dependencies {
47-
implementation 'io.rsocket:rsocket-core:1.1.1-SNAPSHOT'
48-
implementation 'io.rsocket:rsocket-transport-netty:1.1.1-SNAPSHOT'
47+
implementation 'io.rsocket:rsocket-core:1.1.2-SNAPSHOT'
48+
implementation 'io.rsocket:rsocket-transport-netty:1.1.2-SNAPSHOT'
4949
}
5050
```
5151

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
version=1.1.1
15-
perfBaselineVersion=1.1.0
14+
version=1.1.2
15+
perfBaselineVersion=1.1.1

0 commit comments

Comments
 (0)