Skip to content

Commit 8b73372

Browse files
committed
Move maven version constants to the maven buildfile.
1 parent 0f18e24 commit 8b73372

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

gradle.properties

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,4 @@ VER_DURIAN=1.2.0
2828
VER_JGIT=5.13.1.202206130422-r
2929
VER_JUNIT=5.9.2
3030
VER_ASSERTJ=3.24.1
31-
VER_MOCKITO=4.11.0
32-
33-
# Used for Maven Plugin
34-
VER_MAVEN_API=3.0
35-
VER_ECLIPSE_AETHER=1.1.0
36-
VER_MUSTACHE=0.9.10
37-
VER_PLEXUS_RESOURCES=1.2.0
31+
VER_MOCKITO=4.11.0

plugin-maven/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ mavenPlugin {
3434
artifactId = project.artifactIdMaven
3535
description = project.description
3636
}
37+
38+
String VER_MAVEN_API = '3.0'
39+
String VER_ECLIPSE_AETHER = '1.1.0'
40+
String VER_MUSTACHE = '0.9.10'
41+
String VER_PLEXUS_RESOURCES = '1.2.0'
3742
dependencies {
3843
implementation project(':lib')
3944
implementation project(':lib-extra')

0 commit comments

Comments
 (0)