Skip to content

Commit

Permalink
Post-release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Mar 5, 2012
1 parent bae885e commit 4ceec07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="120" android:versionName="1.2" package="com.github.mobile.gauges">
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="130" android:versionName="1.3-SNAPSHOT" package="com.github.mobile.gauges">
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<url>https://github.com/github/gauges-android</url>

<parent>
<version>1.2</version>
<version>1.3-SNAPSHOT</version>
<groupId>com.github.github</groupId>
<artifactId>gauges-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="120" android:versionName="1.2" package="com.github.mobile.gauges.tests">
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="130" android:versionName="1.3-SNAPSHOT" package="com.github.mobile.gauges.tests">
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<packaging>apk</packaging>

<parent>
<version>1.2</version>
<version>1.3-SNAPSHOT</version>
<groupId>com.github.github</groupId>
<artifactId>gauges-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>1.2</version>
<version>1.3-SNAPSHOT</version>
<groupId>com.github.github</groupId>
<artifactId>gauges-android-parent</artifactId>
<name>Gauges Android parent</name>
Expand Down

0 comments on commit 4ceec07

Please sign in to comment.