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 12:38:18 UTC

[1/3] syncope git commit: Adjusting woodstox-core filename change

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 7dfee7151 -> 184e96c32
  refs/heads/master b683f9529 -> 98d9848b0


Adjusting woodstox-core filename change


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

Branch: refs/heads/master
Commit: 70ea5e281260be63b1f0597834236b95eff49757
Parents: b683f95
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 13:37:20 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 13:37:20 2016 +0100

----------------------------------------------------------------------
 .../org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF     | 2 +-
 .../bundles/org.apache.syncope.ide.eclipse.plugin/build.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/70ea5e28/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index cfb92fd..6b176c5 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -37,7 +37,7 @@ Bundle-ClassPath: lib/commons-codec.jar,
       lib/syncope-common-lib.jar,
       lib/syncope-common-rest-api.jar,
       lib/validation-api.jar,
-      lib/woodstox-core-asl.jar,
+      lib/woodstox-core.jar,
       lib/xmlschema-core.jar,
       lib/jsoup.jar,
       .

http://git-wip-us.apache.org/repos/asf/syncope/blob/70ea5e28/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
index e3d59c9..68bbae9 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
@@ -48,6 +48,6 @@ bin.includes = plugin.xml,\
       lib/syncope-common-lib.jar,\
       lib/syncope-common-rest-api.jar,\
       lib/validation-api.jar,\
-      lib/woodstox-core-asl.jar,\
+      lib/woodstox-core.jar,\
       lib/xmlschema-core.jar,\
       lib/jsoup.jar


[3/3] syncope git commit: Forgot to manually change parent version

Posted by il...@apache.org.
Forgot to manually change parent version


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

Branch: refs/heads/2_0_X
Commit: 184e96c32d7f22d8efab63fc2026242d81605a48
Parents: 7dfee71
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 13:38:09 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 13:38:09 2016 +0100

----------------------------------------------------------------------
 ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/184e96c3/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
index 61d5861..493c5c5 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 


[2/3] syncope git commit: Forgot to manually change parent version

Posted by il...@apache.org.
Forgot to manually change parent version


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

Branch: refs/heads/master
Commit: 98d9848b0191e03f23f8927f72a982b9340841dc
Parents: 70ea5e2
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 13:37:52 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 13:37:52 2016 +0100

----------------------------------------------------------------------
 ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/98d9848b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
index 61d5861..1fb7ac0 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope.ide</groupId>
     <artifactId>syncope-ide-eclipse</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>