mirror of https://github.com/apache/maven.git
[MNG-3575] Allow hexadecimal parameters
[MNG-4992] Allow to configure plugin parameters of type java.util.Properties just like a map [MNG-5011] Allow to configure array/collection type plugin parameters via system properties [MNG-5012] Allow to configure array-typed plugin parameters from expressions yielding collections and vice versa [MNG-5013] Allow to condense configuation of plugin parameter beans that commonly require only one value git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1070102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
304450abdd
commit
e00eff8302
2
pom.xml
2
pom.xml
|
@ -44,7 +44,7 @@
|
|||
<plexusVersion>1.5.5</plexusVersion>
|
||||
<plexusInterpolationVersion>1.14</plexusInterpolationVersion>
|
||||
<plexusUtilsVersion>2.0.6</plexusUtilsVersion>
|
||||
<sisuInjectVersion>1.4.3.1</sisuInjectVersion>
|
||||
<sisuInjectVersion>2.1.1</sisuInjectVersion>
|
||||
<wagonVersion>1.0-beta-7</wagonVersion>
|
||||
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
||||
<cipherVersion>1.4</cipherVersion>
|
||||
|
|
Loading…
Reference in New Issue