Skip to content

Commit

Permalink
Merge branch 'release/v3.40.1-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 authored and cesmarvin committed Aug 19, 2022
2 parents e56e427 + 12cca41 commit 3584497
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v3.40.1-2] - 2022-08-19
### Added
- Preconfigured compact blobstore task which will run every 14 days. #108
- Preconfigured cleanup policy which, wenn added to a matching maven-snapshot repository, will mark artifacts older than 14 days for deletion. #108
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/java:8u302-3
LABEL maintainer="[email protected]" \
NAME="official/nexus" \
VERSION="3.40.1-1"
VERSION="3.40.1-2"

# The version of nexus to install
ENV NEXUS_VERSION=3.40.1-01 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAKEFILES_VERSION=6.0.3
VERSION=3.40.1-1
VERSION=3.40.1-2

.DEFAULT_GOAL:=dogu-release

Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/nexus",
"Version": "3.40.1-1",
"Version": "3.40.1-2",
"DisplayName": "Sonatype Nexus",
"Description": "The Nexus Repository is like the local warehouse where all of the parts and finished goods used in your software supply chain are stored and distributed.",
"Url": "http://www.sonatype.org/nexus",
Expand Down

0 comments on commit 3584497

Please sign in to comment.