aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.tel>2024-09-08 23:36:01 +0200
committerMarko Zajc <marko@zajc.tel>2024-09-08 23:43:43 +0200
commit522a3a086415de2399d606b663793ca81078b3fb (patch)
treedad3fa4b1c9c5958945a6c05900e111b8296480f /pom.xml
parent9744f6aeadfbaaa0e61ac077b286971d0e738f7e (diff)
Bump version to 1.5HEADmaster
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e35aa7c..1d4110d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,11 @@
5 5
6 <groupId>org.eu.zajc</groupId> 6 <groupId>org.eu.zajc</groupId>
7 <artifactId>extended-functions</artifactId> 7 <artifactId>extended-functions</artifactId>
8 <version>1.4.2</version> 8 <version>1.5</version>
9 9
10 <name>Extended Functions</name> 10 <name>Extended Functions</name>
11 <description>Variants and support utilities for functional interfaces that are missing from the standard library</description> 11 <description>Specializations and support utilities for functional interfaces that are missing from the standard
12 library</description>
12 <url>https://git.zajc.tel/extended-functions.git</url> 13 <url>https://git.zajc.tel/extended-functions.git</url>
13 14
14 <inceptionYear>2021</inceptionYear> 15 <inceptionYear>2021</inceptionYear>