Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
This release further fixes the generation of CMake packages in non-ROS
environments
  • Loading branch information
gergondet committed Dec 11, 2019
1 parent 57058ea commit 3adea9d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(mc_rtc_data VERSION 1.0.1)
project(mc_rtc_data VERSION 1.0.2)

enable_testing()

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-rtc-data (1.0.2-1ubuntu1) unstable; urgency=medium

* Further fixes to CMake config generation

-- Pierre Gergondet <[email protected]> Wed, 11 Dec 2019 09:29:10 +0800

mc-rtc-data (1.0.1-1ubuntu1) unstable; urgency=medium

* Fix CMake config generation
Expand Down
2 changes: 1 addition & 1 deletion jvrc_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(jvrc_description VERSION 1.0.1)
project(jvrc_description VERSION 1.0.2)

find_package(catkin)

Expand Down
2 changes: 1 addition & 1 deletion jvrc_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>jvrc_description</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>Description package for the JVRC-1 robot</description>
<author>Pierre Gergondet</author>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mc_env_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(mc_env_description VERSION 1.0.1)
project(mc_env_description VERSION 1.0.2)

find_package(catkin)

Expand Down
2 changes: 1 addition & 1 deletion mc_env_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>mc_env_description</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>mc_env_description</description>
<author>Joris Vaillant</author>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mc_int_obj_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(mc_int_obj_description VERSION 1.0.1)
project(mc_int_obj_description VERSION 1.0.2)

find_package(catkin)

Expand Down
2 changes: 1 addition & 1 deletion mc_int_obj_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>mc_int_obj_description</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>mc_int_obj_description</description>
<author>Joris Vaillant</author>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mc_rtc_data/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(mc_rtc_data VERSION 1.0.1)
project(mc_rtc_data VERSION 1.0.2)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion mc_rtc_data/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>mc_rtc_data</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>Data for mc_rtc</description>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit 3adea9d

Please sign in to comment.