This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch security-updates in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit 3dc21b4d9e95881a2d4a0003365746dfc925a8b1 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Jan 9 14:31:20 2023 -0800 README: formatting fix --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 2086c9f..1809f55 100644 --- a/README +++ b/README @@ -98,27 +98,27 @@ Using the Binary Distribution version of Apache BlazeDS will automatically be downloaded. <dependency> - <groupId>org.apache.flex.blazeds</groupId> + <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-common</artifactId> <version>4.7.3</version> </dependency> <dependency> - <groupId>org.apache.flex.blazeds</groupId> + <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-core</artifactId> <version>4.7.3</version> </dependency> <dependency> - <groupId>org.apache.flex.blazeds</groupId> + <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-opt</artifactId> <version>4.7.3</version> </dependency> <dependency> - <groupId>org.apache.flex.blazeds</groupId> + <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-proxy</artifactId> <version>4.7.3</version> </dependency> <dependency> - <groupId>org.apache.flex.blazeds</groupId> + <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-remoting</artifactId> <version>4.7.3</version> </dependency>
