Skip to content

Commit

Permalink
1.1.3 -> 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pszumanski committed Jul 16, 2024
1 parent 3afbc47 commit cf5c7d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The library is available on maven-central, use this code snippet to use it!
<dependency>
<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<name>usos4j</name>
<description>Java client for USOS API</description>
<url>https://github.com/WMS-DEV/usos4j</url>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit cf5c7d3

Please # to comment.