Skip to content

Commit 7ce896b

Browse files
committed
IMAINT-4: update version strings to 7.3.1
1 parent 847ab74 commit 7ce896b

File tree

18 files changed

+21
-22
lines changed

18 files changed

+21
-22
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ automatically be included in the [RTI Community Portal Examples
1111
Section](http://community.rti.com). See [CONTRIBUTING.md](https://github.com/rticommunity/rticonnextdds-examples/blob/master/CONTRIBUTING.md)
1212
for further information about how to contribute with new examples to this repository.
1313

14-
The examples contained in the
15-
[master](https://github.com/rticommunity/rticonnextdds-examples/tree/master)
16-
branch of this repository have been built and tested against RTI Connext DDS
17-
7.3.0. If you need examples that have been built and tested against older
18-
versions of RTI Connext DDS, please check out the appropriate branch:
14+
The examples contained in this branch were built and tested against **RTI Connext DDS
15+
7.3.1**. If you need examples that have been built and tested against previous
16+
versions of RTI Connext DDS, please check out the corresponding release branch:
1917

18+
- [release/7.3.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.3.0)
2019
- [release/7.2.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.2.0)
2120
- [release/7.1.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.1.0)
2221
- [release/7.0.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.0.0)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0
1+
7.3.1

examples/connext_dds/asynchronous_publication/cs/AsyncPublicationExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.1" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/custom_flow_controller/cs/FlowControllerExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.1" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/dynamic_data_sequences/cs/DynamicDataSequencesExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds" Version="7.3.0" />
9+
<PackageReference Include="Rti.ConnextDds" Version="7.3.1" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/dynamic_data_skip_serialization/c++11/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ connextdds_configure_cmake_utils()
2020
# Find the RTI Connext DDS libraries
2121
if(NOT RTIConnextDDS_FOUND)
2222
find_package(RTIConnextDDS
23-
"7.3.0"
23+
"7.3.1"
2424
REQUIRED
2525
COMPONENTS
2626
core

examples/connext_dds/dynamic_data_using_publisher_subscriber/cs/Shapes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.1" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/group_coherent_presentation/cs/GroupCoherentExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.1" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/partitions/cs/PartitionsExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.1" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
<PackageReference Include="System.Linq.Async" Version="5.0.0-*" />
1212
</ItemGroup>

examples/connext_dds/request_reply/cs/Primes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.3.0"/>
9+
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.3.1"/>
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)