Correct components.xml file to use the new plugin name

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2011-06-03 08:48:44 +00:00
parent e49d717e2a
commit a902fd452e

View file

@ -33,7 +33,7 @@
<compile>
org.apache.maven.plugins:maven-compiler-plugin:compile
</compile>
<package>org.apache.tuscany.maven.plugins:maven-zip-plugin:zip</package>
<package>org.apache.tuscany.sca:tuscany-zip-plugin:zip</package>
<install>org.apache.maven.plugins:maven-install-plugin:install</install>
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
</phases>