[maven-scm] copy for tag geronimo-eclipse-plugin-2.2.1

git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1@1056201 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/PLUGIN_RELEASE-NOTES-2.2.1.txt b/PLUGIN_RELEASE-NOTES-2.2.1.txt
index fca4b7d..9e2c6d0 100644
--- a/PLUGIN_RELEASE-NOTES-2.2.1.txt
+++ b/PLUGIN_RELEASE-NOTES-2.2.1.txt
@@ -82,6 +82,8 @@
 GERONIMODEVTOOLS-689 NullPointerException when publishing with Geronimo Eclipse Plugin
 GERONIMODEVTOOLS-690 NullpointerException occurs if one adds a "Utility Project" to the EAR
 GERONIMODEVTOOLS-691 GEP ui shows "%serverEditorPluginPage" instead of "Plugin"
+GERONIMODEVTOOLS-692 Can not build GEP on Mac
+
 
 Release Notes -- Apache Geronimo Eclipse Plugin -- Version ${pom.version} -- ${buildNumber}
 
diff --git a/eclipse/build.xml b/eclipse/build.xml
index 1363306..cdcf37b 100644
--- a/eclipse/build.xml
+++ b/eclipse/build.xml
@@ -36,7 +36,7 @@
         <property name="helios_jee_win64"               value="eclipse-jee-helios-win32_64.zip"/>
         <property name="helios_jee_linux"               value="eclipse-jee-helios-linux-gtk.tar"/>
         <property name="helios_jee_linux-x86_64"        value="eclipse-jee-helios-linux-gtk-x86_64.tar"/>
-        <property name="helios_jee_macos"               value="eclipse-jee-helios-macosx-carbon.tar"/>
+        <property name="helios_jee_macos"               value="eclipse-jee-helios-macosx-cocoa.tar"/>
         <property name="helios_jee_linux_gz"            value="${helios_jee_linux}.gz"/>
         <property name="helios_jee_linux-x86_64_gz"     value="${helios_jee_linux-x86_64}.gz"/>
         <property name="helios_jee_macos_gz"            value="${helios_jee_macos}.gz"/>
diff --git a/features/pom.xml b/features/pom.xml
index 367ea55..1bd75fb 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -20,6 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-features-parent</artifactId>
+    <version>2.2.1</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Features</name>
     <parent>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index dd6991a..a8af0b4 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -20,6 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-plugins-parent</artifactId>
+    <version>2.2.1</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Plugins</name>
     <parent>