Skip to content

Commit 75dadad

Browse files
committed
Edit pom
1 parent ee1a883 commit 75dadad

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>24.12x</version>
8+
<version>25-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

branding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>24.12x</version>
8+
<version>25-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

main/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.trixon.yaya</groupId>
66
<artifactId>parent</artifactId>
7-
<version>24.12x</version>
7+
<version>25-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>main</artifactId>
@@ -109,6 +109,10 @@
109109
<groupId>org.apache.commons</groupId>
110110
<artifactId>commons-csv</artifactId>
111111
</exclusion>
112+
<exclusion>
113+
<groupId>org.apache.commons</groupId>
114+
<artifactId>commons-text</artifactId>
115+
</exclusion>
112116
</exclusions>
113117
</dependency>
114118
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>se.trixon.yaya</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>24.12x</version>
13+
<version>25-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>parent</name>

0 commit comments

Comments
 (0)