Skip to content

Commit

Permalink
Merge pull request #74 from ansible-ThoTeam/upgrade_nexus3.12
Browse files Browse the repository at this point in the history
Bump nexus version to 3.12.0-01
  • Loading branch information
zeitounator authored May 30, 2018
2 parents 03f58ae + 17b02f2 commit 289eb8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Ansible variables, along with the default values (see `default/main.yml`) :

### General variables
```yaml
nexus_version: '3.9.0-01'
nexus_version: '3.12.0-01'
nexus_timezone: 'UTC'
nexus_package: "nexus-{{ nexus_version }}-unix.tar.gz"
nexus_download_url: "http://download.sonatype.com/nexus/3"
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
nexus_version: '3.9.0-01'
nexus_version: '3.12.0-01'
nexus_package: "nexus-{{ nexus_version }}-unix.tar.gz"
nexus_download_dir: '/tmp'
nexus_download_url: 'http://download.sonatype.com/nexus/3'
nexus_download_url: 'https://download.sonatype.com/nexus/3'
nexus_os_group: 'nexus'
nexus_os_user: 'nexus'
nexus_os_max_filedescriptors: 65536 # nexus > 3.5.x issues a warning on lower value. Next versions might not boot at all
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</description>

<properties>
<nx-version>3.9.0-01</nx-version>
<nx-version>3.12.0-01</nx-version>
</properties>

<build>
Expand Down

0 comments on commit 289eb8f

Please sign in to comment.