MAVEN-1796 : Upgrade commons-jexl to version 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@465918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f0feaf606
commit
c9b8da4c4f
@ -261,7 +261,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jexl</groupId>
|
<groupId>commons-jexl</groupId>
|
||||||
<artifactId>commons-jexl</artifactId>
|
<artifactId>commons-jexl</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8.1-SNAPSHOT" date="In SVN">
|
<release version="1.8.1-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="update" issue="MAVEN-1796">Upgrade commons-jexl to version 1.1</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1769">Upgrade maven-model to version 3.0.2</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1769">Upgrade maven-model to version 3.0.2</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1789">Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest.</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1789">Change the default repository to http://repo1.maven.org/maven/ for dependencies url in the manifest.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPARTIFACT-72">Creating an upload-bundle for a plugin without any java code does not work.</action>
|
<action dev="ltheussl" type="fix" issue="MPARTIFACT-72">Creating an upload-bundle for a plugin without any java code does not work.</action>
|
||||||
|
|||||||
@ -68,7 +68,7 @@ maven.jar.commons-jelly-tags-ant=1.1
|
|||||||
maven.jar.commons-jelly-tags-define=1.0
|
maven.jar.commons-jelly-tags-define=1.0
|
||||||
maven.jar.commons-jelly-tags-util=1.1.1
|
maven.jar.commons-jelly-tags-util=1.1.1
|
||||||
maven.jar.commons-jelly-tags-xml=1.1
|
maven.jar.commons-jelly-tags-xml=1.1
|
||||||
maven.jar.commons-jexl=1.0
|
maven.jar.commons-jexl=1.1
|
||||||
maven.jar.commons-lang=2.0
|
maven.jar.commons-lang=2.0
|
||||||
maven.jar.commons-logging=1.0.4
|
maven.jar.commons-logging=1.0.4
|
||||||
maven.jar.dom4j=1.7-20060614
|
maven.jar.dom4j=1.7-20060614
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user