Skip to content

Commit

Permalink
Bump to next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Jan 24, 2015
1 parent 7fd92bc commit 37cf1dd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.mkd
@@ -1,5 +1,7 @@
# OpenXC Android Library Changelog

## v6.0.7-dev

## v6.0.6

* Fix: Protect against crashes in the activity using a fragment disappears. (#215,
Expand Down
2 changes: 1 addition & 1 deletion enabler/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6000006" android:versionName="6.0.6" package="com.openxcplatform.enabler">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6000007" android:versionName="6.0.7-SNAPSHOT" package="com.openxcplatform.enabler">

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
2 changes: 1 addition & 1 deletion enabler/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>6.0.6</version>
<version>6.0.7-SNAPSHOT</version>
</parent>

<artifactId>openxc-enabler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openxc-it/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6000006" android:versionName="6.0.6" package="com.openxcplatform.instrumentationtests">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6000007" android:versionName="6.0.7-SNAPSHOT" package="com.openxcplatform.instrumentationtests">

<supports-screens android:anyDensity="true" android:largeScreens="true" android:xlargeScreens="true"/>

Expand Down
2 changes: 1 addition & 1 deletion openxc-it/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>6.0.6</version>
<version>6.0.7-SNAPSHOT</version>
</parent>

<artifactId>openxc-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openxc/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6000006" android:versionName="6.0.6" package="com.openxcplatform">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6000007" android:versionName="6.0.7-SNAPSHOT" package="com.openxcplatform">
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<service android:name="com.openxc.VehicleManager"/>
Expand Down
2 changes: 1 addition & 1 deletion openxc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>6.0.6</version>
<version>6.0.7-SNAPSHOT</version>
</parent>

<artifactId>openxc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.openxcplatform</groupId>
<artifactId>openxc-parent</artifactId>
<version>6.0.6</version>
<version>6.0.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenXC - Parent</name>
<description>Android library and Enabler application for the OpenXC Platform</description>
Expand Down

0 comments on commit 37cf1dd

Please sign in to comment.