You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/10/12 17:57:48 UTC

[24/50] [abbrv] oodt git commit: OODT-943 update the plugin versions

OODT-943 update the plugin versions


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

Branch: refs/heads/master
Commit: a5d6730de87cc43b62d4be730dd251ff5782b78b
Parents: 89d6bf1
Author: Tom Barber <to...@analytical-labs.com>
Authored: Thu Nov 10 14:09:16 2016 +0000
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Mar 9 21:42:05 2017 -0800

----------------------------------------------------------------------
 core/pom.xml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/a5d6730d/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 83bf104..55392c4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -41,6 +41,13 @@ the License.
     <jetty.version>6.1.25</jetty.version>
     <sonar.language>java</sonar.language>
   </properties>
+  <distributionManagement>
+    <site>
+      <id>www.yourcompany.com</id>
+      <url>scp://www.yourcompany.com/www/docs/project/</url>
+    </site>
+  </distributionManagement>
+
   <!-- All dependencies should be listed in core/pom.xml and be ordered alphabetically by package and artifact.
        Once the dependency is in the core pom, it can then be used in other modules without the version tags.
        For example, within core/pom.xml:
@@ -499,11 +506,11 @@ the License.
         <artifactId>slf4j-api</artifactId>
         <version>1.7.12</version>
       </dependency>
-      <dependency>
+<!--      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j</artifactId>
         <version>1.7.12</version>
-      </dependency>
+      </dependency>-->
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
@@ -646,7 +653,7 @@ mm
       <!-- Produce JavaDoc -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.10.4</version>
         <configuration>
           <outputEncoding>UTF-8</outputEncoding>
           <charset>UTF-8</charset>
@@ -701,7 +708,7 @@ mm
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-7</version>
+        <version>3.5.1</version>
         <configuration>
           <outputEncoding>UTF-8</outputEncoding>
         </configuration>