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:44:02 UTC

[29/38] isis git commit: ISIS-1353: updates org.sonatype.plexus:plexus-sec-dispatcher from 1.3 to 1.4

ISIS-1353: updates org.sonatype.plexus:plexus-sec-dispatcher from 1.3 to 1.4

        <dependency>
            <groupId>org.sonatype.plexus</groupId>
            <artifactId>plexus-sec-dispatcher</artifactId>
            <version>${plexus-sec-dispatcher.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>org.codehaus.plexus</groupId>
                    <artifactId>plexus-utils</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/064834c7
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/064834c7
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/064834c7

Branch: refs/heads/master
Commit: 064834c753f362314974d4e9af08534bf625932f
Parents: 069b820
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 07:11:40 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:21:33 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/064834c7/core/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/core/maven-plugin/pom.xml b/core/maven-plugin/pom.xml
index ffb605b..b90f396 100644
--- a/core/maven-plugin/pom.xml
+++ b/core/maven-plugin/pom.xml
@@ -44,7 +44,7 @@
         <maven-core.version>3.3.9</maven-core.version>
         <maven-project.version>3.0-alpha-2</maven-project.version>
         <maven-plugin-annotations.version>3.4</maven-plugin-annotations.version>
-        <plexus-sec-dispatcher.version>1.3</plexus-sec-dispatcher.version>
+        <plexus-sec-dispatcher.version>1.4</plexus-sec-dispatcher.version>
         <plexus-utils.version>2.1</plexus-utils.version>
         <plexus-container-default.version>1.7</plexus-container-default.version>
     </properties>