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 2016/11/10 14:12:58 UTC

oodt git commit: OODT-943 update the plugin versions

Repository: oodt
Updated Branches:
  refs/heads/master 0eacdfe11 -> 25b243330


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/25b24333
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/25b24333
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/25b24333

Branch: refs/heads/master
Commit: 25b243330ec66fc1e4381df2f733f9c0a84f6db6
Parents: 0eacdfe
Author: Tom Barber <to...@analytical-labs.com>
Authored: Thu Nov 10 14:09:16 2016 +0000
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Thu Nov 10 14:09:16 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/oodt/blob/25b24333/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d3d006d..89f0308 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:
@@ -494,11 +501,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>
@@ -641,7 +648,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>
@@ -696,7 +703,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>