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 2016/12/27 11:55:28 UTC

[1/2] syncope git commit: [SYNCOPE-984] Use path instead of URL for xml-maven-plugin

Repository: syncope
Updated Branches:
  refs/heads/2_0_X a9dc82cc0 -> 7dfee7151
  refs/heads/master 460ce0b4d -> b683f9529


[SYNCOPE-984] Use path instead of URL for xml-maven-plugin


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

Branch: refs/heads/2_0_X
Commit: 7dfee7151d0b58e90eb49e935fa3afc336e41a28
Parents: a9dc82c
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 12:28:23 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 12:28:45 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/7dfee715/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index a3f7075..337cd5a 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -79,7 +79,7 @@ under the License.
                 <include>meta-pom.xml</include>
               </includes>
               <outputDir>${basedir}/src/main/resources/archetype-resources</outputDir>
-              <stylesheet>file://${basedir}/src/main/resources/properties2pom.xsl</stylesheet>
+              <stylesheet>${basedir}/src/main/resources/properties2pom.xsl</stylesheet>
               <parameters>
                 <parameter>
                   <name>syncopeVersion</name>


[2/2] syncope git commit: [SYNCOPE-984] Use path instead of URL for xml-maven-plugin

Posted by il...@apache.org.
[SYNCOPE-984] Use path instead of URL for xml-maven-plugin


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

Branch: refs/heads/master
Commit: b683f9529ed6cdd06801539797c180c254e48ff3
Parents: 460ce0b
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 12:28:23 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 12:29:42 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b683f952/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 0b1fcaf..d6049de 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -79,7 +79,7 @@ under the License.
                 <include>meta-pom.xml</include>
               </includes>
               <outputDir>${basedir}/src/main/resources/archetype-resources</outputDir>
-              <stylesheet>file://${basedir}/src/main/resources/properties2pom.xsl</stylesheet>
+              <stylesheet>${basedir}/src/main/resources/properties2pom.xsl</stylesheet>
               <parameters>
                 <parameter>
                   <name>syncopeVersion</name>