Skip to content

Commit

Permalink
Version increase to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lapplislazuli committed Mar 1, 2021
1 parent 9abcb27 commit fd371b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JavaObfuscator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The exploration-test profile will **only** run Tests tagged as `@Tag("Exploratio
To build with Docker:

```sh
docker build --build-arg OBFUSCATOR_VERSION=x.x . -t lampion/java-obfuscator:latest
docker build --build-arg OBFUSCATOR_VERSION=1.1 . -t lampion/java-obfuscator:1.1 -t ciselab/java-obfuscator:1.1 -t ghcr.io/ciselab/lampion/java-obfuscator:1.1
```

where *snapshot*-versions are supported.
Expand Down
2 changes: 1 addition & 1 deletion JavaObfuscator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
context: .
dockerfile: Dockerfile
args:
OBFUSCATOR_VERSION: 1.1-SNAPSHOT
OBFUSCATOR_VERSION: 1.1
image: lampion/java-obfuscator:latest
volumes:
- ./compose_output:/app/obfuscator_output
Expand Down
2 changes: 1 addition & 1 deletion JavaObfuscator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.ciselab</groupId>
<artifactId>Lampion-JavaObfuscator</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<description>Java Code Obfuscator used in the Lampion Project</description>

<properties>
Expand Down

0 comments on commit fd371b8

Please sign in to comment.