We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e152c9 commit ad666d3Copy full SHA for ad666d3
maven-release-plugin/pom.xml
@@ -175,6 +175,25 @@
175
<plugin>
176
<groupId>org.apache.maven.plugins</groupId>
177
<artifactId>maven-plugin-plugin</artifactId>
178
+ <configuration>
179
+ <requirementsHistories>
180
+ <requirementsHistory>
181
+ <version>3.0.0-M5</version>
182
+ <maven>3.0</maven>
183
+ <jdk>1.8</jdk>
184
+ </requirementsHistory>
185
186
+ <version>3.0.0-M2</version>
187
188
+ <jdk>1.7</jdk>
189
190
191
+ <version>2.5.3</version>
192
+ <maven>2.2.1</maven>
193
194
195
+ </requirementsHistories>
196
+ </configuration>
197
</plugin>
198
</plugins>
199
</reporting>
0 commit comments