From e3d24cf34d7cac24d37ec35627bc138fc6f94cac Mon Sep 17 00:00:00 2001
From: Paul Gregoire <mondain@gmail.com>
Date: Fri, 25 Mar 2022 14:29:57 -0700
Subject: [PATCH] Updates for property listening on connections; version bump
1.2.17
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ac79838..195893f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
- <version>1.2.16</version>
+ <version>1.2.17</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-server</artifactId>
--
GitLab