You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:43:54 UTC

[21/38] isis git commit: ISIS-1353: updates org.apache.maven.plugin-tools:maven-plugin from 3.2 to 3.4

ISIS-1353: updates org.apache.maven.plugin-tools:maven-plugin from 3.2 to 3.4

        <dependency>
            <groupId>org.apache.maven.plugin-tools</groupId>
            <artifactId>maven-plugin-annotations</artifactId>
            <version>${maven-plugin-annotations.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>org.apache.maven</groupId>
                    <artifactId>maven-artifact</artifactId>
                </exclusion>
            </exclusions>
        </dependency>


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/94cb2b08
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/94cb2b08
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/94cb2b08

Branch: refs/heads/master
Commit: 94cb2b08e3e2996364707ed14548d5b39945ed7d
Parents: e7380fb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 17:03:35 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:03:35 2016 +0100

----------------------------------------------------------------------
 core/maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/94cb2b08/core/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/core/maven-plugin/pom.xml b/core/maven-plugin/pom.xml
index 99ff1a2..ede9f33 100644
--- a/core/maven-plugin/pom.xml
+++ b/core/maven-plugin/pom.xml
@@ -43,7 +43,7 @@
     <properties>
         <maven-core.version>3.0.5</maven-core.version>
         <maven-project.version>3.0-alpha-2</maven-project.version>
-        <maven-plugin-annotations.version>3.2</maven-plugin-annotations.version>
+        <maven-plugin-annotations.version>3.4</maven-plugin-annotations.version>
         <plexus-sec-dispatcher.version>1.3</plexus-sec-dispatcher.version>
         <plexus-utils.version>2.1</plexus-utils.version>
     </properties>