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

Commit 57fbe8a

Browse files
committed
Release full support for apklibs and other, minor enhancenents and bug fixes.
1 parent 2cb468e commit 57fbe8a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

me.gladwell.eclipse.m2e.android.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="me.gladwell.eclipse.m2e.android.feature"
44
label="Android Configurator for M2E"
5-
version="0.4.3.qualifier"
5+
version="0.4.3"
66
provider-name="Gladwell.me">
77

88
<description url="http://rgladwell.github.com/m2e-android/">

me.gladwell.eclipse.m2e.android.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>m2e-android</artifactId>
66
<groupId>me.gladwell.eclipse.m2e.android</groupId>
7-
<version>0.4.3-SNAPSHOT</version>
7+
<version>0.4.3</version>
88
</parent>
99
<artifactId>me.gladwell.eclipse.m2e.android.feature</artifactId>
1010
<name>Android Configurator for M2E Feature</name>

me.gladwell.eclipse.m2e.android.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Android Configurator for M2E Test Suite
44
Bundle-SymbolicName: me.gladwell.eclipse.m2e.android.test;singleton:=true
5-
Bundle-Version: 0.4.3.qualifier
5+
Bundle-Version: 0.4.3
66
Bundle-Activator: me.gladwell.eclipse.m2e.android.test.Activator
77
Bundle-Vendor: Google Code
88
Require-Bundle: org.eclipse.ui,

me.gladwell.eclipse.m2e.android.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>m2e-android</artifactId>
88
<groupId>me.gladwell.eclipse.m2e.android</groupId>
9-
<version>0.4.3-SNAPSHOT</version>
9+
<version>0.4.3</version>
1010
</parent>
1111
<name>Android Configurator for M2E Test Suite</name>
1212
<artifactId>me.gladwell.eclipse.m2e.android.test</artifactId>

me.gladwell.eclipse.m2e.android.update/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>m2e-android</artifactId>
88
<groupId>me.gladwell.eclipse.m2e.android</groupId>
9-
<version>0.4.3-SNAPSHOT</version>
9+
<version>0.4.3</version>
1010
</parent>
1111
<artifactId>me.gladwell.eclipse.m2e.android.update</artifactId>
1212
<name>Android Configurator for M2E Repository</name>

me.gladwell.eclipse.m2e.android/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Android Configurator for M2E
44
Bundle-SymbolicName: me.gladwell.eclipse.m2e.android;singleton:=true
5-
Bundle-Version: 0.4.3.qualifier
5+
Bundle-Version: 0.4.3
66
Bundle-Activator: me.gladwell.eclipse.m2e.android.AndroidMavenPlugin
77
Bundle-Vendor: Google Code
88
Require-Bundle: org.eclipse.core.runtime,

me.gladwell.eclipse.m2e.android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>m2e-android</artifactId>
66
<groupId>me.gladwell.eclipse.m2e.android</groupId>
7-
<version>0.4.3-SNAPSHOT</version>
7+
<version>0.4.3</version>
88
</parent>
99
<artifactId>me.gladwell.eclipse.m2e.android</artifactId>
1010
<name>Android Configurator for M2E Plug-in</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>m2e-android</artifactId>
66
<groupId>me.gladwell.eclipse.m2e.android</groupId>
7-
<version>0.4.3-SNAPSHOT</version>
7+
<version>0.4.3</version>
88
<name>Android Configurator for M2E</name>
99
<packaging>pom</packaging>
1010
<description>Android Configurator for M2E Maven Integration for Eclipse and Maven Android Plugin</description>

0 commit comments

Comments
 (0)