Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgladwell committed Aug 6, 2012
1 parent a7f98bb commit d7a683c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="me.gladwell.eclipse.m2e.android.feature"
label="Android Configurator for M2E"
version="0.4.2.qualifier"
version="0.4.2"
provider-name="Gladwell.me">

<description url="http://rgladwell.github.com/m2e-android/">
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android.feature</artifactId>
<name>Android Configurator for M2E Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.test/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Android Configurator for M2E Test Suite
Bundle-SymbolicName: me.gladwell.eclipse.m2e.android.test;singleton:=true
Bundle-Version: 0.4.2.qualifier
Bundle-Version: 0.4.2
Bundle-Activator: me.gladwell.eclipse.m2e.android.test.Activator
Bundle-Vendor: Google Code
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.test/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<name>Android Configurator for M2E Test Suite</name>
<artifactId>me.gladwell.eclipse.m2e.android.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.update/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android.update</artifactId>
<name>Android Configurator for M2E Repository</name>
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Android Configurator for M2E
Bundle-SymbolicName: me.gladwell.eclipse.m2e.android;singleton:=true
Bundle-Version: 0.4.2.qualifier
Bundle-Version: 0.4.2
Bundle-Activator: me.gladwell.eclipse.m2e.android.AndroidMavenPlugin
Bundle-Vendor: Google Code
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android</artifactId>
<name>Android Configurator for M2E Plug-in</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<name>Android Configurator for M2E</name>
<packaging>pom</packaging>
<description>Android Configurator for M2E Maven Integration for Eclipse and Maven Android Plugin</description>
Expand Down

0 comments on commit d7a683c

Please sign in to comment.