You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/03/18 16:32:48 UTC

[1/3] syncope git commit: Upgrading the Javadoc plugin

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 12570a042 -> 9d4871ff1
  refs/heads/master 4afcc3627 -> 0a9a607a2


Upgrading the Javadoc plugin


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

Branch: refs/heads/1_2_X
Commit: 9d4871ff1dff81baa51b2f05a630870919b36604
Parents: 12570a0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 18 16:32:23 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 18 16:32:23 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9d4871ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 117f414..73f413e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,7 +1050,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.1</version>          
+          <version>2.10.2</version>          
         </plugin>
         <plugin>
           <groupId>org.apache.cxf</groupId>
@@ -1561,7 +1561,7 @@ under the License.
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.10.1</version>
+                  <version>2.10.2</version>
                   <configuration>
                     <destDir>apidocs/1.2</destDir>
                     <detectLinks>true</detectLinks>


[3/3] syncope git commit: Merge branch '1_2_X'

Posted by il...@apache.org.
Merge branch '1_2_X'


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

Branch: refs/heads/master
Commit: 0a9a607a270cfd5ed426ffde0489ec557f1ee647
Parents: 4afcc36 9d4871f
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 18 16:32:30 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 18 16:32:30 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0a9a607a/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index cc7efab,73f413e..4251dc1
--- a/pom.xml
+++ b/pom.xml
@@@ -1048,9 -1050,23 +1048,9 @@@ under the License
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
-           <version>2.10.1</version>          
+           <version>2.10.2</version>          
          </plugin>
 -        <plugin>
 -          <groupId>org.apache.cxf</groupId>
 -          <artifactId>cxf-java2wadl-plugin</artifactId>
 -          <version>${cxf.version}</version>
 -        </plugin>
 -        <plugin>
 -          <groupId>com.google.code.maven-replacer-plugin</groupId>
 -          <artifactId>replacer</artifactId>
 -          <version>1.5.3</version>
 -        </plugin>
 -        <plugin>
 -          <groupId>org.codehaus.mojo</groupId>
 -          <artifactId>exec-maven-plugin</artifactId>
 -          <version>1.3.2</version>
 -        </plugin>
 +        
          <plugin>
            <groupId>org.apache.openjpa</groupId>
            <artifactId>openjpa-maven-plugin</artifactId>
@@@ -1439,9 -1561,9 +1439,9 @@@
                  <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-javadoc-plugin</artifactId>
-                   <version>2.10.1</version>
+                   <version>2.10.2</version>
                    <configuration>
 -                    <destDir>apidocs/1.2</destDir>
 +                    <destDir>apidocs/2.0</destDir>
                      <detectLinks>true</detectLinks>
                      <detectJavaApiLink>true</detectJavaApiLink>
                      <links>


[2/3] syncope git commit: Upgrading the Javadoc plugin

Posted by il...@apache.org.
Upgrading the Javadoc plugin


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

Branch: refs/heads/master
Commit: 9d4871ff1dff81baa51b2f05a630870919b36604
Parents: 12570a0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 18 16:32:23 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 18 16:32:23 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9d4871ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 117f414..73f413e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,7 +1050,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.1</version>          
+          <version>2.10.2</version>          
         </plugin>
         <plugin>
           <groupId>org.apache.cxf</groupId>
@@ -1561,7 +1561,7 @@ under the License.
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.10.1</version>
+                  <version>2.10.2</version>
                   <configuration>
                     <destDir>apidocs/1.2</destDir>
                     <detectLinks>true</detectLinks>