We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2654b9 commit 389c0dfCopy full SHA for 389c0df
rta/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.gluonhq</groupId>
6
<artifactId>rich-text-area</artifactId>
7
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
8
<packaging>jar</packaging>
9
10
<name>Rich Text Area</name>
samples/pom.xml
@@ -16,7 +16,7 @@
16
<javafx.plugin.version>0.0.8</javafx.plugin.version>
17
<main.class>com.gluonhq.richtextarea.samples.FullFeaturedDemo</main.class>
18
<jpro.version>2022.1.0</jpro.version>
19
- <rta.version>1.1.2-SNAPSHOT</rta.version>
+ <rta.version>1.1.2</rta.version>
20
</properties>
21
22
<dependencies>
0 commit comments