We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423167d commit 200d520Copy full SHA for 200d520
README.md
@@ -179,7 +179,7 @@ One only needs to add the following configuration in their `pom.xml` file to get
179
<dependency>
180
<groupId>com.github.mokiat</groupId>
181
<artifactId>java-data-front</artifactId>
182
- <version>v2.0.0</version>
+ <version>v2.0.1</version>
183
</dependency>
184
</dependencies>
185
```
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>com.mokiat</groupId>
9
<artifactId>com.mokiat.data.front</artifactId>
10
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
11
<packaging>jar</packaging>
12
13
<url>https://github.com/mokiat/java-data-front</url>
0 commit comments