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

Commit

Permalink
Bug fix release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgladwell committed Apr 29, 2015
1 parent b13dba5 commit dccf484
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion andmore/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.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

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

</project>
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.3.1-SNAPSHOT</version>
<version>1.3.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.3.1-SNAPSHOT</version>
<version>1.3.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.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion luna/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.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion mars/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.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

</project>
4 changes: 2 additions & 2 deletions 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.3.1.qualifier"
version="1.3.1"
provider-name="Gladwell.me">

<description url="http://rgladwell.github.io/m2e-android/">
Expand Down Expand Up @@ -261,7 +261,7 @@ to a jury trial in any resulting litigation.
id="me.gladwell.eclipse.m2e.android"
download-size="0"
install-size="0"
version="1.3.1.qualifier"
version="1.3.1"
unpack="false"/>

</feature>
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 @@ -6,7 +6,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>me.gladwell.eclipse.m2e.android.feature</artifactId>
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.3.1.qualifier
Bundle-Version: 1.3.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 @@ -7,7 +7,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<name>Android for Maven Eclipse Test Suite</name>
Expand Down
2 changes: 1 addition & 1 deletion me.gladwell.eclipse.m2e.android.update/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/me.gladwell.eclipse.m2e.android.feature_1.3.1.qualifier.jar" id="me.gladwell.eclipse.m2e.android.feature" version="1.3.1.qualifier">
<feature url="features/me.gladwell.eclipse.m2e.android.feature_1.3.1.jar" id="me.gladwell.eclipse.m2e.android.feature" version="1.3.1">
<category name="me.gladwell.eclipse.m2e.android.category"/>
</feature>
<category-def name="me.gladwell.eclipse.m2e.android.category" label="Android for Maven Eclipse"/>
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 @@ -7,7 +7,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>me.gladwell.eclipse.m2e.android.update</artifactId>
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.3.1.qualifier
Bundle-Version: 1.3.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 @@ -6,7 +6,7 @@
<parent>
<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>me.gladwell.eclipse.m2e.android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>m2e-android</artifactId>
<groupId>me.gladwell.eclipse.m2e.android</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<name>Android for Maven Eclipse</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit dccf484

Please sign in to comment.