Skip to content

Commit

Permalink
New SNAPSHOT version and minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger committed Nov 16, 2023
1 parent 9dee758 commit 9c74557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ subprojects {
repositories {
maven {
credentials {
username System.hasProperty("SONATYPE_NEXUS_USERNAME") ? System.getProperty("SONATYPE_NEXUS_USERNAME") : System.getenv("SONATYPE_NEXUS_USERNAME")
password System.hasProperty("SONATYPE_NEXUS_PASSWORD") ? System.getProperty("SONATYPE_NEXUS_PASSWORD") : System.getenv("SONATYPE_NEXUS_PASSWORD")
username System.getenv("SONATYPE_NEXUS_USERNAME")
password System.getenv("SONATYPE_NEXUS_PASSWORD")
}
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://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,2 +1,2 @@
version=0.10.1
version=0.10.1-SNAPSHOT
vertxVersion=4.4.0

0 comments on commit 9c74557

Please sign in to comment.