diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-28 14:33:22 +0100 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-28 14:33:22 +0100 |
commit | 6531b6361d4043b858a1685e9a9bd9ee1763bffe (patch) | |
tree | be75f96b2a7f18b8e4df8734cb6ff6210345179b | |
parent | b2334d66b00ce4574654df77202abd970332751f (diff) | |
download | maven-nar-plugin-6531b6361d4043b858a1685e9a9bd9ee1763bffe.tar.gz maven-nar-plugin-6531b6361d4043b858a1685e9a9bd9ee1763bffe.tar.bz2 maven-nar-plugin-6531b6361d4043b858a1685e9a9bd9ee1763bffe.tar.xz maven-nar-plugin-6531b6361d4043b858a1685e9a9bd9ee1763bffe.zip |
Fixed NAR-91
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,6 @@ License for the specific language governing permissions and limitations under the License. --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -192,7 +191,7 @@ <plugins> <plugin> <artifactId>maven-invoker-plugin</artifactId> - <version>1.4</version> + <version>1.5</version> <configuration> <debug>false</debug> <!-- FAILS to run, see ReleaseNotes |