@@ -25,12 +25,12 @@ under the License.
25
25
<parent >
26
26
<artifactId >maven-plugins</artifactId >
27
27
<groupId >org.apache.maven.plugins</groupId >
28
- <version >34 </version >
29
- <relativePath >../../pom/maven/maven-plugins/pom.xml</ relativePath >
28
+ <version >36 </version >
29
+ <relativePath / >
30
30
</parent >
31
31
32
32
<artifactId >maven-source-plugin</artifactId >
33
- <version >3.2.2 -SNAPSHOT</version >
33
+ <version >3.3.0 -SNAPSHOT</version >
34
34
<packaging >maven-plugin</packaging >
35
35
36
36
<name >Apache Maven Source Plugin</name >
@@ -69,7 +69,7 @@ under the License.
69
69
</issueManagement >
70
70
<ciManagement >
71
71
<system >Jenkins</system >
72
- <url >https://ci-builds .apache.org/job/Maven/job/maven-box/job/maven-source-plugin/</url >
72
+ <url >https://ci-maven .apache.org/job/Maven/job/maven-box/job/maven-source-plugin/</url >
73
73
</ciManagement >
74
74
<distributionManagement >
75
75
<site >
@@ -79,8 +79,8 @@ under the License.
79
79
</distributionManagement >
80
80
81
81
<properties >
82
- <javaVersion >7 </javaVersion >
83
- <mavenVersion >3.0 </mavenVersion >
82
+ <javaVersion >8 </javaVersion >
83
+ <mavenVersion >3.2.5 </mavenVersion >
84
84
<project .build.outputTimestamp>2019-12-16T18:10:36Z</project .build.outputTimestamp>
85
85
</properties >
86
86
@@ -89,16 +89,25 @@ under the License.
89
89
<groupId >org.apache.maven</groupId >
90
90
<artifactId >maven-model</artifactId >
91
91
<version >${mavenVersion} </version >
92
+ <scope >provided</scope >
92
93
</dependency >
93
94
<dependency >
94
95
<groupId >org.apache.maven</groupId >
95
96
<artifactId >maven-plugin-api</artifactId >
96
97
<version >${mavenVersion} </version >
98
+ <scope >provided</scope >
99
+ </dependency >
100
+ <dependency >
101
+ <groupId >org.apache.maven</groupId >
102
+ <artifactId >maven-artifact</artifactId >
103
+ <version >${mavenVersion} </version >
104
+ <scope >provided</scope >
97
105
</dependency >
98
106
<dependency >
99
107
<groupId >org.apache.maven</groupId >
100
108
<artifactId >maven-core</artifactId >
101
109
<version >${mavenVersion} </version >
110
+ <scope >provided</scope >
102
111
</dependency >
103
112
104
113
<!-- dependencies to annotations -->
@@ -113,21 +122,16 @@ under the License.
113
122
<artifactId >maven-archiver</artifactId >
114
123
<version >3.5.0</version >
115
124
</dependency >
116
- <dependency >
117
- <groupId >org.codehaus.plexus</groupId >
118
- <artifactId >plexus-archiver</artifactId >
119
- <version >4.2.4</version >
120
- </dependency >
121
125
<dependency >
122
126
<groupId >org.codehaus.plexus</groupId >
123
127
<artifactId >plexus-utils</artifactId >
124
- <version >3.3.0 </version >
128
+ <version >3.4.2 </version >
125
129
</dependency >
126
130
127
131
<dependency >
128
132
<groupId >org.apache.maven.plugin-testing</groupId >
129
133
<artifactId >maven-plugin-testing-harness</artifactId >
130
- <version >2.1 </version >
134
+ <version >3.3.0 </version >
131
135
<scope >test</scope >
132
136
</dependency >
133
137
<dependency >
@@ -156,27 +160,6 @@ under the License.
156
160
</configuration >
157
161
</plugin >
158
162
</plugins >
159
- <pluginManagement >
160
- <plugins >
161
- <!-- Reproducible Builds plugins: to be removed once parent POM updated to 34 -->
162
- <plugin >
163
- <artifactId >maven-source-plugin</artifactId >
164
- <version >3.2.0</version ><!-- not fully reproducible: see MSOURCES-123 -->
165
- </plugin >
166
- <plugin >
167
- <artifactId >maven-jar-plugin</artifactId >
168
- <version >3.2.0</version >
169
- </plugin >
170
- <plugin >
171
- <artifactId >maven-assembly-plugin</artifactId >
172
- <version >3.3.0</version >
173
- </plugin >
174
- <plugin >
175
- <artifactId >maven-release-plugin</artifactId >
176
- <version >3.0.0-M1</version >
177
- </plugin >
178
- </plugins >
179
- </pluginManagement >
180
163
</build >
181
164
182
165
<profiles >
0 commit comments