Skip to content

Commit 7dc1b1b

Browse files
committed
Prepare to release
1 parent dbf726e commit 7dc1b1b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

weasis-parent/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- force command line arguments settings to set version -->
1616
<!-- $ mvn clean install -Drevision=4.2.2 -Dchangelist=-SNAPSHOT -->
1717
<revision>4.6.4</revision>
18-
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
18+
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->
1919

2020
<java-version>24</java-version>
2121
<jdk-version>24</jdk-version>
@@ -27,7 +27,7 @@
2727
<app.version>${revision}${changelist}</app.version>
2828
<base.minimal.version>4.6.0</base.minimal.version>
2929
<i18n.version>4.0.0-SNAPSHOT</i18n.version>
30-
<weasis.releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v463-2025-08-15</weasis.releasenotes>
30+
<weasis.releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v464-2025-10-03</weasis.releasenotes>
3131

3232
<felix.framework.version>7.0.5</felix.framework.version>
3333
<flatlaf.version>3.6.1</flatlaf.version>
@@ -647,6 +647,12 @@
647647
<groupId>org.apache.felix</groupId>
648648
<artifactId>org.apache.felix.prefs</artifactId>
649649
</dependency>
650+
<dependency>
651+
<groupId>org.jetbrains</groupId>
652+
<artifactId>annotations</artifactId>
653+
<version>26.0.2</version>
654+
<scope>provided</scope>
655+
</dependency>
650656

651657
<!-- FOR TESTS -->
652658
<dependency>

0 commit comments

Comments
 (0)