Skip to content

Commit

Permalink
Merge pull request #328 from atlanhq/chris
Browse files Browse the repository at this point in the history
Bump to latest snapshot
  • Loading branch information
cmgrote authored Nov 14, 2023
2 parents 7f92980 + 9d115fd commit b684b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = providers.gradleProperty("VERSION_NAME").get()
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"))
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
GROUP=com.atlan
VERSION_NAME=1.7.0-SNAPSHOT
VERSION_NAME=1.7.1-SNAPSHOT

POM_URL=https://github.com/atlanhq/atlan-java
POM_SCM_URL=[email protected]:atlanhq/atlan-java.git
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/atlan/Atlan.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public abstract class Atlan {
public static final int DEFAULT_READ_TIMEOUT = 120 * 1000;
public static final int DEFAULT_NETWORK_RETRIES = 3;

public static final String VERSION = "1.7.0-SNAPSHOT";
public static final String VERSION = "1.7.1-SNAPSHOT";

// Note: these are set here so that they can be overridden,
// i.e. when using the SDK in a workflow setting
Expand Down

0 comments on commit b684b4d

Please sign in to comment.