Skip to content

Commit 4346c6c

Browse files
authored
Merge pull request #22 from larhauga/chore-nexus-3.70.1
Chore nexus 3.70.1
2 parents 24fce96 + 9269c0d commit 4346c6c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @larhauga

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The original provider was unable to maintain the project
2626

2727
Requires:
2828

29-
* Java 8 JDK (OpenJDK is fine)
29+
* Java 11 JDK (OpenJDK is fine)
3030
* Maven (3.6.3 or higher preferred)
3131
* docker-compose (only if running the integration tests)
3232

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<parent>
66
<groupId>org.sonatype.nexus.plugins</groupId>
77
<artifactId>nexus-plugins</artifactId>
8-
<version>3.70.0-03</version>
8+
<version>3.70.1-02</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<groupId>com.weareadaptive.nexus</groupId>
1313
<artifactId>nexus-casc-plugin</artifactId>
14-
<version>3.70.0-03</version>
14+
<version>3.70.1-02</version>
1515
<packaging>bundle</packaging>
1616

1717
<properties>
18-
<nexus.docker.version>3.70.0</nexus.docker.version>
18+
<nexus.docker.version>3.70.1</nexus.docker.version>
1919

2020
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
2121
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>

0 commit comments

Comments
 (0)