Start work on 1.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8f6543a41
commit
26a91d18f3
@ -22,7 +22,7 @@
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<id>maven-multiproject-plugin</id>
|
||||
<name>Maven Multi-Project Plug-in</name>
|
||||
<currentVersion>1.4.1</currentVersion>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<description>A plugin to handle the building of multiple projects within maven.</description>
|
||||
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/multiproject/</url>
|
||||
@ -99,6 +99,15 @@
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
<timezone>+10</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Lukas Theussl</name>
|
||||
<id>ltheussl</id>
|
||||
<email>ltheussl@apache.org</email>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
<timezone>-7</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user