We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2e01d commit 0f67babCopy full SHA for 0f67bab
README.md
@@ -22,6 +22,6 @@ You can find the current docs on our [website](https://docs.javawebstack.org/fra
22
<dependency>
23
<groupId>org.javawebstack</groupId>
24
<artifactId>validator</artifactId>
25
- <version>1.0.1</version>
+ <version>1.0.2</version>
26
</dependency>
27
```
pom.xml
@@ -7,7 +7,7 @@
7
<properties>
8
<maven.compiler.source>8</maven.compiler.source>
9
<maven.compiler.target>8</maven.compiler.target>
10
- <buildVersion>1.0.1-SNAPSHOT</buildVersion>
+ <buildVersion>1.0.2-SNAPSHOT</buildVersion>
11
</properties>
12
13
0 commit comments