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

Commit e30c00c

Browse files
committed
Release 1.0.0
1 parent 440d0c8 commit e30c00c

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

indigo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>m2e-android</artifactId>
1212
<groupId>me.gladwell.eclipse.m2e.android</groupId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
</parent>
1515

1616
</project>

juno/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>m2e-android</artifactId>
1212
<groupId>me.gladwell.eclipse.m2e.android</groupId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
</parent>
1515

1616
</project>

kepler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>m2e-android</artifactId>
1212
<groupId>me.gladwell.eclipse.m2e.android</groupId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
</parent>
1515

1616
</project>

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="1.0.0.qualifier"
5+
version="1.0.0"
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>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</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: 1.0.0.qualifier
5+
Bundle-Version: 1.0.0
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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</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: 3 additions & 3 deletions
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: 1.0.0.qualifier
5+
Bundle-Version: 1.0.0
66
Bundle-Activator: me.gladwell.eclipse.m2e.android.AndroidMavenPlugin
77
Bundle-Vendor: Gladwell Consultants Ltd.
88
Require-Bundle: org.eclipse.core.runtime,
@@ -21,5 +21,5 @@ Require-Bundle: org.eclipse.core.runtime,
2121
org.eclipse.jdt.junit.core
2222
Bundle-RequiredExecutionEnvironment: J2SE-1.5
2323
Bundle-ActivationPolicy: lazy
24-
Export-Package: me.gladwell.eclipse.m2e.android,
25-
me.gladwell.eclipse.m2e.android.configuration
24+
Export-Package: me.gladwell.eclipse.m2e.android,me.gladwell.eclipse.m2
25+
e.android.configuration

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>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>me.gladwell.eclipse.m2e.android</artifactId>
1010
<name>Android Configurator for M2E Plug-in</name>

0 commit comments

Comments
 (0)