You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/25 07:16:43 UTC

git commit: Correct version in org.apache.stratos.adc.topology.mgt/pom.xml file

Updated Branches:
  refs/heads/master 8a32f96b9 -> e5ca36dd5


Correct version in org.apache.stratos.adc.topology.mgt/pom.xml file

Signed-off-by: Isuru Perera <is...@apache.org>


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

Branch: refs/heads/master
Commit: e5ca36dd57256d6ced45e228a7269be908b49fc3
Parents: 8a32f96
Author: Manula Thantriwatte <ma...@wso2.com>
Authored: Thu Jul 25 10:05:35 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Thu Jul 25 10:46:23 2013 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.adc.topology.mgt/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/e5ca36dd/components/org.apache.stratos.adc.topology.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.adc.topology.mgt/pom.xml b/components/org.apache.stratos.adc.topology.mgt/pom.xml
index c9f533f..95ffeb7 100644
--- a/components/org.apache.stratos.adc.topology.mgt/pom.xml
+++ b/components/org.apache.stratos.adc.topology.mgt/pom.xml
@@ -122,7 +122,7 @@
 							org.apache.stratos.adc.topology.mgt.serviceobjects.*
                         </Export-Package>
                         <Import-Package>
-                            org.apache.stratos.lb.common.*; version=4.1.3,
+                            org.apache.stratos.lb.common.*; version=${project.version},
                             org.apache.stratos.registry.core.service; version=1.0.1,
                             *;resolution:=optional
                         </Import-Package>