Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
* Remove duplicate files
* Support ROS/noetic
  • Loading branch information
gergondet committed Jun 12, 2020
1 parent bf647d8 commit 810a201
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)

option(DISABLE_ROS OFF)
project(mc_rtc_data VERSION 1.0.2)
project(mc_rtc_data VERSION 1.0.3)

enable_testing()

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

* Remove duplicate files
* Support ROS/noetic

-- Pierre Gergondet <[email protected]> Fri, 12 Jun 2020 14:25:11 +0800

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

* Further fixes to 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.2)
project(jvrc_description VERSION 1.0.3)

find_package(catkin QUIET)

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.2</version>
<version>1.0.3</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.2)
project(mc_env_description VERSION 1.0.3)

find_package(catkin QUIET)

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.2</version>
<version>1.0.3</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.2)
project(mc_int_obj_description VERSION 1.0.3)

find_package(catkin QUIET)

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.2</version>
<version>1.0.3</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/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.2</version>
<version>1.0.3</version>
<description>Data for mc_rtc</description>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit 810a201

Please sign in to comment.