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

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgladwell committed Apr 30, 2014
1 parent e742ddd commit a8e5e34
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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 for Maven Eclipse"
version="1.0.1.qualifier"
version="1.0.1"
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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android.feature</artifactId>
<name>Android for Maven Eclipse 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 for Maven Eclipse Test Suite
Bundle-SymbolicName: me.gladwell.eclipse.m2e.android.test;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.1
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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<name>Android for Maven Eclipse 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android.update</artifactId>
<name>Android for Maven Eclipse Repository</name>
Expand Down
2 changes: 1 addition & 1 deletion 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 for Maven Eclipse
Bundle-SymbolicName: me.gladwell.eclipse.m2e.android;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Version: 1.0.1
Bundle-Activator: me.gladwell.eclipse.m2e.android.AndroidMavenPlugin
Bundle-Vendor: Gladwell Consultants Ltd.
Require-Bundle: org.eclipse.core.runtime,
Expand Down
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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>me.gladwell.eclipse.m2e.android</artifactId>
<name>Android for Maven Eclipse</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.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Android for Maven Eclipse</name>
<packaging>pom</packaging>
<description>Android Configurator for M2E Integration for Eclipse and Maven Android Plugin.</description>
Expand Down

0 comments on commit a8e5e34

Please sign in to comment.