Skip to content

Commit 5e27157

Browse files
Updating CI and versions for foxy release (#280)
* changing CI to foxy from eloquent * increment up version
1 parent 2b770b1 commit 5e27157

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- VERBOSE_OUTPUT=true
1616
- VERBOSE_TESTS=true
1717
matrix:
18-
- ROS_DISTRO=eloquent OS_NAME=ubuntu OS_CODE_NAME=bionic
18+
- ROS_DISTRO=foxy OS_NAME=ubuntu OS_CODE_NAME=bionic
1919

2020
install:
2121
- git clone --branch master --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
@@ -24,4 +24,4 @@ script:
2424

2525
branches:
2626
only:
27-
- /.*-devel$/
27+
- /.*-devel$/

pcl_conversions/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>pcl_conversions</name>
4-
<version>2.1.0</version>
4+
<version>2.2.0</version>
55
<description>Provides conversions from PCL data types and ROS message types</description>
66

77
<author email="william@osrfoundation.org">William Woodall</author>

pcl_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>pcl_ros</name>
4-
<version>2.1.0</version>
4+
<version>2.2.0</version>
55
<description>
66

77
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred

perception_pcl/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>perception_pcl</name>
5-
<version>2.1.0</version>
5+
<version>2.2.0</version>
66
<description>
77
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
88
bridge for 3D applications involving n-D Point Clouds and 3D geometry

0 commit comments

Comments
 (0)