diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 01:41:56 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 01:41:56 +0000 |
commit | d871213247418623e67dce7cb90698c3d5dbb6f8 (patch) | |
tree | 43d7abff81dfe77a6783ca70abdbf22b840d4ddf /java/sca/distribution/features/manager | |
parent | dc6a964cbaefa171b1dee6311676df8316f657cf (diff) |
Renamed base to core to be consistent with the terminology used elsewhere in the project.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/features/manager')
-rw-r--r-- | java/sca/distribution/features/manager/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/distribution/features/manager/pom.xml b/java/sca/distribution/features/manager/pom.xml index e62be25e22..bbb816cf92 100644 --- a/java/sca/distribution/features/manager/pom.xml +++ b/java/sca/distribution/features/manager/pom.xml @@ -35,7 +35,7 @@ <!-- Base distribution --> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-distribution-base</artifactId> + <artifactId>tuscany-distribution-core</artifactId> <type>jar</type> <version>1.4-SNAPSHOT</version> </dependency> |