Get rid off master word

This commit is contained in:
Artem Bilan
2021-04-07 12:36:43 -04:00
parent ca15898ab5
commit 6234d0ad16
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ Spring Integration Samples
# Note
This (master) branch requires Spring Integration 5.0 or above. For samples running against earlier versions of Spring Integration, use the __SI4.3.x__ and other branches.
This (main) branch requires Spring Integration 5.0 or above. For samples running against earlier versions of Spring Integration, use the __SI4.3.x__ and other branches.
# Introduction

View File

@@ -7,8 +7,8 @@ There are two demo applications from the webinar:
__org.springframework.integration.samples.javaconfig.annotations.Application__ is a Spring Boot application using
Spring Integration 4.0 Java configuration features.
__org.springframework.integration.samples.javaconfig.dsl.Application__ is the equivalent application using the new Java
DSL that is currently being developed in the [extensions github repository](https://github.com/spring-projects/spring-integration-extensions/tree/master/spring-integration-java-dsl)
__org.springframework.integration.samples.javaconfig.dsl.Application__ is the equivalent application using Java DSL.
In both cases, you can use Telnet or curl to search twitter

View File

@@ -248,4 +248,4 @@ For help please take a look at the Spring Integration documentation:
https://www.springsource.org/spring-integration
[Stored Procedure Sample for PostgreSql]: https://github.com/ghillert/spring-integration-samples/tree/master/intermediate/stored-procedures-postgresql
[Stored Procedure Sample for PostgreSql]: https://github.com/ghillert/spring-integration-samples/tree/main/intermediate/stored-procedures-postgresql