Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit f7039d3

Browse files
committed
Release version 1.0.0.
Signed-off-by: Paulo Pires <pjpires@gmail.com>
1 parent f563717 commit f7039d3

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ ALLOWED_USER_AGENTS_ON_ROOT_REGEX="GoogleHC" \
5959
UPSTREAM_DOCKER_PORT="5000" \
6060
UPSTREAM_HTTP_PORT="8081" \
6161
UPSTREAM_HOST="localhost" \
62-
java -jar ./build/libs/nexus-proxy.jar
62+
java -jar ./build/libs/nexus-google-iam-proxy-1.0.0.jar
6363
```
6464

6565
Please check below for a description of all the supported environment variables.

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.travelaudience.nexus'
8-
version '1.0.0-SNAPSHOT'
8+
version '1.0.0'
99

1010
mainClassName = 'io.vertx.core.Launcher'
1111
sourceCompatibility = 1.8
@@ -42,8 +42,6 @@ shadowJar {
4242
mergeServiceFiles {
4343
include 'META-INF/services/io.vertx.core.spi.VerticleFactory'
4444
}
45-
46-
version = null
4745
}
4846

4947
task wrapper(type: Wrapper) {

0 commit comments

Comments
 (0)