Repository: archiva-redback-core Updated Branches: refs/heads/master deabe5db7 -> 82a8c3a84
use last parent Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/82a8c3a8 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/82a8c3a8 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/82a8c3a8 Branch: refs/heads/master Commit: 82a8c3a84915c734cf7243c02c2e8907548081ba Parents: deabe5d Author: Olivier Lamy <[email protected]> Authored: Wed Dec 10 21:37:10 2014 +1100 Committer: Olivier Lamy <[email protected]> Committed: Wed Dec 10 21:37:10 2014 +1100 ---------------------------------------------------------------------- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/82a8c3a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d7308d6..f14daea 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-parent</artifactId> - <version>14</version> + <version>15-SNAPSHOT</version> </parent> <groupId>org.apache.archiva.redback</groupId> @@ -706,11 +706,6 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>1.8</version> - </plugin> - <plugin> <groupId>org.apache.archiva.redback.components.modello</groupId> <artifactId>jpox-modello-maven-plugin</artifactId> <version>1.0</version>
