We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9e9a6 commit f8e41fcCopy full SHA for f8e41fc
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.rhkiswani</groupId>
6
<artifactId>javaff</artifactId>
7
- <version>0.0.19-SNAPSHOT</version>
+ <version>0.0.19</version>
8
<name>JavaFF: Java Facade/Factories</name>
9
<description>
10
We all know the Golden Object Oriented rule **Don't talk to strangers**
@@ -29,7 +29,7 @@
29
<connection>scm:git:https://github.com/rhkiswani/JavaFF.git</connection>
30
<developerConnection>scm:git:https://github.com/rhkiswani/JavaFF.git</developerConnection>
31
<url>https://github.com/rhkiswani/JavaFF</url>
32
- <tag>javaff-0.0.10</tag>
+ <tag>javaff-0.0.19</tag>
33
</scm>
34
35
<properties>
0 commit comments