[MDEPLOY-291] Update POM parent and Maven (#22) · apache/maven-deploy-plugin@6eb066e (original) (raw)

`@@ -25,8 +25,8 @@ under the License.

`

25

25

`

`

26

26

` org.apache.maven.plugins

`

27

27

` maven-plugins

`

28

``

`-

34

`

29

``

`-

../../pom/maven/maven-plugins/pom.xml

`

``

28

`+

36

`

``

29

`+

`

30

30

`

`

31

31

``

32

32

` maven-deploy-plugin

`

`@@ -63,7 +63,9 @@ under the License.

`

63

63

`

`

64

64

``

65

65

`

`

66

``

`-

3.0

`

``

66

`+

3.2.5

`

``

67

`+

1.7.5

`

``

68

`+

1.0.0.v20140518

`

67

69

` 7

`

68

70

` <project.build.outputTimestamp>2021-12-27T14:11:19Z</project.build.outputTimestamp>

`

69

71

`

`

`@@ -73,50 +75,71 @@ under the License.

`

73

75

` org.apache.maven

`

74

76

` maven-plugin-api

`

75

77

` ${mavenVersion}

`

``

78

`+

provided

`

76

79

`

`

77

80

`

`

78

81

` org.apache.maven

`

79

82

` maven-core

`

80

83

` ${mavenVersion}

`

``

84

`+

provided

`

81

85

`

`

82

86

`

`

83

87

` org.apache.maven

`

84

88

` maven-model

`

85

89

` ${mavenVersion}

`

``

90

`+

provided

`

86

91

`

`

87

92

`

`

88

93

` org.apache.maven

`

89

94

` maven-artifact

`

90

95

` ${mavenVersion}

`

``

96

`+

provided

`

``

97

`+

`

``

98

+

``

99

`+

`

``

100

`+

org.slf4j

`

``

101

`+

slf4j-api

`

``

102

`+

${slf4jVersion}

`

``

103

`+

provided

`

91

104

`

`

92

``

-

93

105

`

`

94

106

` org.apache.maven.shared

`

95

107

` maven-artifact-transfer

`

96

108

` 0.13.1

`

97

109

`

`

98

``

`-

`

99

110

`

`

100

111

` commons-io

`

101

112

` commons-io

`

102

``

`-

2.5

`

``

113

`+

2.6

`

103

114

`

`

104

``

-

``

115

`+

`

``

116

`+

org.codehaus.plexus

`

``

117

`+

plexus-utils

`

``

118

`+

3.3.1

`

``

119

`+

`

``

120

`+

`

``

121

`+

org.eclipse.aether

`

``

122

`+

aether-api

`

``

123

`+

${resolverVersion}

`

``

124

`+

`

``

125

`+

`

``

126

`+

org.eclipse.aether

`

``

127

`+

aether-util

`

``

128

`+

${resolverVersion}

`

``

129

`+

`

``

130

+

105

131

`

`

106

132

`

`

107

133

` org.apache.maven.plugin-tools

`

108

134

` maven-plugin-annotations

`

109

135

` provided

`

110

136

`

`

111

``

`-

`

112

``

`-

org.codehaus.plexus

`

113

``

`-

plexus-utils

`

114

``

`-

3.2.0

`

115

``

`-

`

``

137

+

``

138

`+

`

116

139

`

`

117

140

` org.apache.maven.plugin-testing

`

118

141

` maven-plugin-testing-harness

`

119

``

`-

2.1

`

``

142

`+

3.3.0

`

120

143

` test

`

121

144

`

`

122

145

`

`

`@@ -126,33 +149,45 @@ under the License.

`

126

149

` test

`

127

150

`

`

128

151

`

`

129

``

`-

org.mockito

`

130

``

`-

mockito-core

`

131

``

`-

2.28.2

`

``

152

`+

org.apache.maven

`

``

153

`+

maven-aether-provider

`

``

154

`+

${mavenVersion}

`

132

155

` test

`

133

156

`

`

134

157

`

`

135

``

`-

junit

`

136

``

`-

junit

`

137

``

`-

4.13.1

`

``

158

`+

org.eclipse.aether

`

``

159

`+

aether-connector-basic

`

``

160

`+

${resolverVersion}

`

138

161

` test

`

139

162

`

`

140

163

`

`

141

``

`-

org.sonatype.aether

`

142

``

`-

aether-connector-file

`

143

``

`-

1.7

`

``

164

`+

org.eclipse.aether

`

``

165

`+

aether-transport-file

`

``

166

`+

${resolverVersion}

`

144

167

` test

`

145

168

`

`

146

169

`

`

147

``

`-

org.slf4j

`

148

``

`-

slf4j-api

`

149

``

`-

1.7.5

`

150

``

`-

provided

`

``

170

`+

org.eclipse.aether

`

``

171

`+

aether-transport-http

`

``

172

`+

${resolverVersion}

`

``

173

`+

test

`

``

174

`+

`

``

175

`+

`

``

176

`+

org.mockito

`

``

177

`+

mockito-core

`

``

178

`+

2.28.2

`

``

179

`+

test

`

``

180

`+

`

``

181

`+

`

``

182

`+

junit

`

``

183

`+

junit

`

``

184

`+

4.13.2

`

``

185

`+

test

`

151

186

`

`

152

187

`

`

153

188

` org.slf4j

`

154

189

` slf4j-nop

`

155

``

`-

1.7.5

`

``

190

`+

${slf4jVersion}

`

156

191

` test

`

157

192

`

`

158

193

``