Skip to content

Commit

Permalink
release 29
Browse files Browse the repository at this point in the history
  • Loading branch information
b0noI committed Aug 7, 2021
1 parent 66f36e8 commit 3a9f798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ steps:
args: [ 'mvn', '-Dmaven.wagon.http.retryHandler.count=3', 'compile', 'test', 'package' ]
dir: 'Zeus'
- name: 'gcr.io/cloud-builders/gsutil'
args: [ 'cp', 'target/Zeus-28.jar', 'gs://zeus-artifacts/per-push-builds/Zeus-28.jar' ]
args: [ 'cp', 'target/Zeus-29.jar', 'gs://zeus-artifacts/per-push-builds/Zeus-29.jar' ]
dir: 'Zeus'
- name: 'gcr.io/cloud-builders/gsutil'
args: [ 'acl', 'ch', '-u', 'AllUsers:R', 'gs://zeus-artifacts/per-push-builds/Zeus-28.jar' ]
args: [ 'acl', 'ch', '-u', 'AllUsers:R', 'gs://zeus-artifacts/per-push-builds/Zeus-29.jar' ]
dir: 'Zeus'
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>academy.kovalevskyi</groupId>
<artifactId>Zeus</artifactId>
<packaging>jar</packaging>
<version>28</version>
<version>29</version>

<name>Zeus</name>
<description>
Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>academy.kovalevskyi</groupId>
<artifactId>AlgorithmsWithJava</artifactId>
<version>2</version>
<version>3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3a9f798

Please sign in to comment.