Skip to content

Commit

Permalink
[Release] set version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Donato Sciarra authored and Donato Sciarra committed Feb 8, 2019
1 parent 3d3168e commit 47fce50
Show file tree
Hide file tree
Showing 157 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion android/joynr-android-runtime/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>android</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion android/joynr-android/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>android</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion android/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>joynr</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion android/robolectric-integration-tests/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>android</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -21,7 +21,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.joynr.android.test"
android:versionCode="1"
android:versionName="1.7.0-SNAPSHOT">
android:versionName="1.7.0">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21"/>

Expand Down
2 changes: 1 addition & 1 deletion android/robolectric-unittests/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>android</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion android/robolectric-unittests/src/main/AndroidManifest.xml
Expand Up @@ -21,7 +21,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.joynr.android.test"
android:versionCode="1"
android:versionName="1.7.0-SNAPSHOT">
android:versionName="1.7.0">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21"/>

Expand Down
2 changes: 1 addition & 1 deletion basemodel/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>joynr</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 2.8.11)

######## Project settings ########
project(joynr-1.7.0-SNAPSHOT)
project(joynr-1.7.0)
set(JOYNR_MAJOR_VERSION 1)
set(JOYNR_MINOR_VERSION 7)
set(JOYNR_PATCH_VERSION 0)
Expand Down
2 changes: 1 addition & 1 deletion cpp/libjoynr/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>cpp</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cpp/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>joynr</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>cpp</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/android-location-consumer/AndroidManifest.xml
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.joynr.examples.android_example"
android:versionCode="1"
android:versionName="1.7.0-SNAPSHOT" >
android:versionName="1.7.0" >
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="26"/>


Expand Down
2 changes: 1 addition & 1 deletion examples/android-location-consumer/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/android-location-provider/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.joynr.examples.android_location_provider" android:versionCode="1" android:versionName="1.7.0-SNAPSHOT">
package="io.joynr.examples.android_location_provider" android:versionCode="1" android:versionName="1.7.0">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/android-location-provider/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>io.joynr</groupId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<groupId>io.joynr.examples</groupId>
<artifactId>android-location-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-headers/custom-headers-api/pom.xml
Expand Up @@ -25,7 +25,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>custom-headers</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>custom-headers</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>custom-headers</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-headers/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/interface/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>hello-world-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>hello-world-interface</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/java/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>hello-world-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>hello-world-java</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions examples/hello-world/pom.xml
Expand Up @@ -7,15 +7,15 @@
<groupId>io.joynr</groupId>
<artifactId>hello-world-parent</artifactId>
<packaging>pom</packaging>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>

<modules>
<module>interface</module>
<module>java</module>
</modules>

<properties>
<joynr.version>1.7.0-SNAPSHOT</joynr.version>
<joynr.version>1.7.0</joynr.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion examples/location-tester/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>message-persistence</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>message-persistence</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -25,7 +25,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>message-persistence</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>message-persistence</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>message-persistence</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/message-persistence/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>joynr</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/radio-app/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.11)

######## Project settings ########
project(radio-app-1.7.0-SNAPSHOT)
project(radio-app-1.7.0)

# Compile to a bin directory current directory
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin/")
Expand Down
2 changes: 1 addition & 1 deletion examples/radio-app/pom.xml
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio-jee/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio-jee/radio-jee-api/pom.xml
Expand Up @@ -25,7 +25,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>radio-jee</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio-jee/radio-jee-backend-services/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>radio-jee</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio-jee/radio-jee-consumer/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>radio-jee</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio-jee/radio-jee-provider/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>radio-jee</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/radio-js/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/radio-node/package.json
@@ -1,6 +1,6 @@
{
"name": "radio-node",
"version": "1.7.0-SNAPSHOT",
"version": "1.7.0",
"license": "Apache-2.0",
"description": "simple app to demonstrate usage of joynr",
"main": "src/main/js/radioConsumer.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/radio-node/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/stateless-async/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.joynr</groupId>
<artifactId>examples</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/stateless-async/stateless-async-api/pom.xml
Expand Up @@ -25,7 +25,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>io.joynr.examples</groupId>
<artifactId>stateless-async</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 47fce50

Please sign in to comment.