Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Maven style open ranges and version bump #7

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package rosjava_messages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2013-10-25)
------------------
* use maven style open range dependencies

0.1.31 (2013-10-09)
-------------------
* rosserial_msgs -> 0.5.4
* + wireless_msgs -> 0.0.1
* multimaster_fkie_msgs -> 0.3.7
* kingfisher_msgs -> 0.0.2
* yocs_msgs -> 0.5.1
* controller_manager_msgs -> 0.5.8
* gazebo_msgs -> 2.3.2
* hector_nav_msgs -> 0.3.1

0.1.22 (2013-10-09)
-------------------
* + yocs_msgs -> 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
}
}
dependencies {
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '0.1.+'
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.1,)'
}
}

Expand Down
1 change: 1 addition & 0 deletions distclean
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
mv rosjava_test_msgs /tmp
rm -rf *msgs*
rm -rf map_store
rm -rf multimaster*
mv /tmp/rosjava_test_msgs .
rm -rf rosjava_test_msgs/build
6 changes: 4 additions & 2 deletions jenkins/install_and_reindex
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ mkdir reindex
cd reindex
wstool init src
cd src
wstool set rosjava_build_tools --git https://github.com/rosjava/rosjava_build_tools -y
wstool set rosjava_messages --git https://github.com/rosjava/rosjava_messages -y
wstool set rosjava_build_tools --git https://github.com/rosjava/rosjava_build_tools --version=hydro -y
# We don need to build it (see below), so easier just getting the maven repo artifact for message_generation
#wstool set rosjava_bootstrap --git https://github.com/rosjava/rosjava_bootstrap --version=hydro -y
wstool set rosjava_messages --git https://github.com/rosjava/rosjava_messages --version=hydro -y
wstool update
# Don't actually want to build it, just need the package xml's floating around.
touch rosjava_messages/CATKIN_IGNORE
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rosjava_messages</name>
<version>0.1.30</version>
<version>0.2.0</version>
<description>
Message generation for rosjava.
</description>
Expand Down Expand Up @@ -77,4 +77,4 @@

<run_depend>rosjava_build_tools</run_depend>
<run_depend>rosjava_bootstrap</run_depend>
</package>
</package>
2 changes: 1 addition & 1 deletion rosjava_test_msgs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* the License.
*/

version = '0.1.0'
version = '0.1.27'

/* Don't do this at home kids - it's a really hackish way of getting the job done.
We should do it properly - i.e.e have a proper rosjava_test_msgs catkin package
Expand Down