Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Aug 30, 2021
1 parent 2200754 commit 26827f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ UnsafeAccessor is available on MavenCentral

```groovy
dependencies {
compile("io.github.karlatemp:unsafe-accessor:1.6.0")
compile("io.github.karlatemp:unsafe-accessor:1.6.1")
}
```

```xml
<dependency>
<groupId>io.github.karlatemp</groupId>
<artifactId>unsafe-accessor</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A bridge for access jdk.internal.misc.Unsafe"

allprojects {
group 'io.github.karlatemp'
version '1.6.0'
version '1.6.1'
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion impl/testunit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ publishing {
maven { MavenArtifactRepository repo ->
repo.name = "MavenCentral"

repo.setUrl('https://oss.sonatype.org/service/local/staging/deploy/maven2')
repo.setUrl('https://s01.oss.sonatype.org/service/local/staging/deploy/maven2')

repo.credentials {
username(property('sonatype.user'))
Expand Down

0 comments on commit 26827f4

Please sign in to comment.