You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2015/12/18 04:50:22 UTC

servicemix-bundles git commit: fix quickfix-1.6.1 build

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master e232367c8 -> 5f3de1dee


fix quickfix-1.6.1 build


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/5f3de1de
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5f3de1de
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5f3de1de

Branch: refs/heads/master
Commit: 5f3de1dee37e9820043d8757c272dce2117539de
Parents: e232367
Author: Freeman Fang <fr...@gmail.com>
Authored: Fri Dec 18 11:49:50 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Fri Dec 18 11:49:50 2015 +0800

----------------------------------------------------------------------
 pom.xml                | 2 +-
 quickfix-1.6.1/pom.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5f3de1de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7dc38b3..736e9a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
         <module>aws-java-sdk-1.10.41</module>
         <module>elasticsearch-2.0.1</module>
         <module>gae-1.9.30</module>
-        <module>quickfix-1-6-1</module>
+        <module>quickfix-1.6.1</module>
         <module>lucene-5.4.0</module>
         <module>lucene-analyzers-common-5.4.0</module>
         <module>lucene-queries-5.4.0</module>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5f3de1de/quickfix-1.6.1/pom.xml
----------------------------------------------------------------------
diff --git a/quickfix-1.6.1/pom.xml b/quickfix-1.6.1/pom.xml
index a75031f..84d0438 100644
--- a/quickfix-1.6.1/pom.xml
+++ b/quickfix-1.6.1/pom.xml
@@ -43,7 +43,7 @@
   </scm>
 
     <properties>
-        <pkgGroupId>org.quickfixj</pkgGroupId>
+        <pkgGroupId>quickfixj</pkgGroupId>
         <pkgArtifactId>quickfixj-all</pkgArtifactId>
         <pkgVersion>1.6.1</pkgVersion>
         <servicemix.osgi.export>
@@ -92,9 +92,9 @@
 
     <repositories>
         <repository>
-            <id>smx-m2-repo</id>
-            <name>ServiceMix M2 Repo</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+            <id>marketcetera-m2-repo</id>
+            <name>Marketcetera M2 Repo</name>
+            <url>http://repo.marketcetera.org/maven/</url>
         </repository>
     </repositories>