From 5d2ab3178b3bf03bd1be758374d0202725242d42 Mon Sep 17 00:00:00 2001
From: Simon Rettberg
Date: Fri, 30 Jun 2023 11:58:14 +0200
Subject: maven: Don't uses brainfucked open intervals for version ranges
See https://michakutz.medium.com/d4ba66ac654
---
dozentenmodul/pom.xml | 22 +++++++++++-----------
dozentenmodulserver/pom.xml | 14 +++++++-------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 6f3725ab..13aef4c0 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -152,13 +152,13 @@
joda-time
joda-time
- [2.9,3.0)
+ [2.9,2.9999.9999.99999]
compile
io.github.lzh0379
jdatepicker
- [2.0,3.0)
+ [2.0,2.9999.9999.9999]
compile
@@ -170,7 +170,7 @@
org.apache.httpcomponents.client5
httpclient5
- [5.0,6.0)
+ [5.0,5.9999.9999.9999]
compile
@@ -182,20 +182,20 @@
org.apache.logging.log4j
log4j-api
- [2.17,3.0)
+ [2.17,2.9999.9999.9999]
compile
org.apache.logging.log4j
log4j-core
- [2.17,3.0)
+ [2.17,2.9999.9999.9999]
+ compile
+
+
+ com.formdev
+ flatlaf
+ [1.5,1.9999.9999.9999]
compile
-
- com.formdev
- flatlaf
- [1.5,2.0)
- compile
-
diff --git a/dozentenmodulserver/pom.xml b/dozentenmodulserver/pom.xml
index 26666ac5..2eafbc4e 100644
--- a/dozentenmodulserver/pom.xml
+++ b/dozentenmodulserver/pom.xml
@@ -217,13 +217,13 @@
commons-io
commons-io
- [2.0,3.0)
+ [2.0,2.9999.9999.9999]
compile
junit
junit
- [4.0,5.0)
+ [4.0,4.9999.9999.9999]
test
@@ -235,31 +235,31 @@
joda-time
joda-time
- [2.9,3.0)
+ [2.9,2.9999.9999.9999]
compile
commons-net
commons-net
- [3.0,4.0)
+ [3.0,3.9999.9999.9999]
compile
org.anarres.mirrors.simpleframework
simple-xml
- [2.7,3.0)
+ [2.7,2.9999.9999.9999]
compile
org.apache.logging.log4j
log4j-api
- [2.17,3.0)
+ [2.17,2.9999.9999.9999]
compile
org.apache.logging.log4j
log4j-core
- [2.17,3.0)
+ [2.17,2.9999.9999.9999]
compile
--
cgit v1.2.3-55-g7522