Repository: servicemix-maven-plugins Updated Branches: refs/heads/master a83281326 -> 2ff8e61be
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/commit/2ff8e61b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/tree/2ff8e61b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/diff/2ff8e61b Branch: refs/heads/master Commit: 2ff8e61be51cfcfc5406bff69557539e42a617a7 Parents: a832813 Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Feb 21 22:52:44 2017 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Feb 21 22:52:44 2017 +0100 ---------------------------------------------------------------------- depends-maven-plugin/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins/blob/2ff8e61b/depends-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/depends-maven-plugin/pom.xml b/depends-maven-plugin/pom.xml index 806b990..cd581c0 100644 --- a/depends-maven-plugin/pom.xml +++ b/depends-maven-plugin/pom.xml @@ -12,20 +12,20 @@ <parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>maven-plugins-pom</artifactId> - <version>6</version> + <version>7-SNAPSHOT</version> <relativePath>../maven-plugins-pom/pom.xml</relativePath> </parent> <artifactId>depends-maven-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.4.0</version> + <version>1.4.1-SNAPSHOT</version> <name>Apache ServiceMix :: Plugins :: Maven2 Depends Plugin</name> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-maven-plugins.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-maven-plugins.git</url> - <tag>depends-maven-plugin-1.4.0</tag> + <tag>HEAD</tag> </scm> <build>
