Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 200fedc

Browse files
author
Davide Faconti
committed
new package name
1 parent aa95cba commit 200fedc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 2.8.12) # version on Ubuntu Trusty
2-
project(behaviortree_cpp)
2+
project(behaviortree_cpp_v3)
33

44
if(NOT CMAKE_VERSION VERSION_LESS 3.1)
55
set(CMAKE_CXX_STANDARD 11)

package.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<package>
2-
<name>behaviortree_cpp</name>
2+
<name>behaviortree_cpp_v3</name>
33
<version>3.0.0</version>
44
<description>
5-
This package provides a behavior trees core.
5+
This package provides the Behavior Trees core library.
66
</description>
77

8-
<maintainer email="[email protected]">Michele Colledanchise</maintainer>
9-
<maintainer email="[email protected]">Davide Faconti</maintainer>
8+
<maintainer email="[email protected]">Davide Faconti</maintainer>
109

1110
<license>MIT</license>
1211

0 commit comments

Comments
 (0)