From f4d0eea540dd0ab09b3c97b13ee9f7d37df2eb68 Mon Sep 17 00:00:00 2001 From: Shaun Edwards Date: Wed, 8 Jan 2014 23:02:22 -0500 Subject: [PATCH] Set package revision to 0.3. The same revision was used for all packages since they were all previously released as a single stack --- industrial_deprecated/package.xml | 2 +- industrial_msgs/package.xml | 2 +- industrial_robot_client/package.xml | 2 +- industrial_robot_simulator/package.xml | 2 +- industrial_trajectory_filters/package.xml | 2 +- industrial_utils/package.xml | 2 +- simple_message/package.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/industrial_deprecated/package.xml b/industrial_deprecated/package.xml index 6b32d01d..9c235965 100644 --- a/industrial_deprecated/package.xml +++ b/industrial_deprecated/package.xml @@ -1,6 +1,6 @@ industrial_deprecated - 1.0.0 + 0.3.0 The Industrial deprecated package contains nodes, launch files, etc... that are slated for deprecation. This package is the last place something will end up before being deleted. diff --git a/industrial_msgs/package.xml b/industrial_msgs/package.xml index 1e0f15e1..44e45193 100644 --- a/industrial_msgs/package.xml +++ b/industrial_msgs/package.xml @@ -1,6 +1,6 @@ industrial_msgs - 1.0.0 + 0.3.0 The industrial message package containes industrial specific messages definitions. This package is part of the ROS-Industrial program. diff --git a/industrial_robot_client/package.xml b/industrial_robot_client/package.xml index 0858df05..16691990 100644 --- a/industrial_robot_client/package.xml +++ b/industrial_robot_client/package.xml @@ -1,6 +1,6 @@ industrial_robot_client - 1.0.0 + 0.3.0 industrial robot client contains generic clients for connecting to industrial robot controllers with servers that adhere to the simple message protocol. diff --git a/industrial_robot_simulator/package.xml b/industrial_robot_simulator/package.xml index 82370308..0475b2b1 100644 --- a/industrial_robot_simulator/package.xml +++ b/industrial_robot_simulator/package.xml @@ -1,6 +1,6 @@ industrial_robot_simulator - 1.0.0 + 0.3.0 The industrial robot simulator is a stand in for industrial robot driver node(s). It adheres to the driver specification for industrial robot controllers. Shaun Edwards diff --git a/industrial_trajectory_filters/package.xml b/industrial_trajectory_filters/package.xml index 7f572d3b..0cabcd0c 100644 --- a/industrial_trajectory_filters/package.xml +++ b/industrial_trajectory_filters/package.xml @@ -1,6 +1,6 @@ industrial_trajectory_filters - 1.0.0 + 0.3.0

ROS Industrial libraries/plugins for filtering trajectories. diff --git a/industrial_utils/package.xml b/industrial_utils/package.xml index 642ec6b6..b928303f 100644 --- a/industrial_utils/package.xml +++ b/industrial_utils/package.xml @@ -1,6 +1,6 @@ industrial_utils - 1.0.0 + 0.3.0 Industrial utils is a library package that captures common funcitonality for the ROS-Industrial distribution. Shaun Edwards diff --git a/simple_message/package.xml b/simple_message/package.xml index 0da8fb5c..7c330a81 100644 --- a/simple_message/package.xml +++ b/simple_message/package.xml @@ -1,6 +1,6 @@ simple_message - 1.0.0 + 0.3.0 simple_message defines a simple messaging connection and protocol for communicating with an industrial robot controller. Additional handler and manager classes are