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

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgladwell committed Apr 17, 2014
1 parent 440d0c8 commit e30c00c
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion indigo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion juno/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion kepler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="me.gladwell.eclipse.m2e.android.feature"
label="Android Configurator for M2E"
version="1.0.0.qualifier"
version="1.0.0"
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</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
Original file line number Diff line number Diff line change
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: 1.0.0.qualifier
Bundle-Version: 1.0.0
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android.update</artifactId>
<name>Android Configurator for M2E Repository</name>
Expand Down
6 changes: 3 additions & 3 deletions me.gladwell.eclipse.m2e.android/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
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: 1.0.0.qualifier
Bundle-Version: 1.0.0
Bundle-Activator: me.gladwell.eclipse.m2e.android.AndroidMavenPlugin
Bundle-Vendor: Gladwell Consultants Ltd.
Require-Bundle: org.eclipse.core.runtime,
Expand All @@ -21,5 +21,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.junit.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: me.gladwell.eclipse.m2e.android,
me.gladwell.eclipse.m2e.android.configuration
Export-Package: me.gladwell.eclipse.m2e.android,me.gladwell.eclipse.m2
e.android.configuration
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</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 e30c00c

Please sign in to comment.