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 2258955 commit 7c15a41Copy full SHA for 7c15a41
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>abstract-data</artifactId>
25
- <version>1.0.4</version>
+ <version>1.0.5</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.4-SNAPSHOT</buildVersion>
+ <buildVersion>1.0.5-SNAPSHOT</buildVersion>
11
</properties>
12
13
0 commit comments