Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
poison committed Oct 21, 2018
1 parent 145a26d commit aa9c5e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dxvk-cache-pool-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ignorelist.kassandra</groupId>
<artifactId>dxvk-cache-pool</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<artifactId>dxvk-cache-pool-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dxvk-cache-pool-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ignorelist.kassandra</groupId>
<artifactId>dxvk-cache-pool</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<artifactId>dxvk-cache-pool-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dxvk-cache-pool-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ignorelist.kassandra</groupId>
<artifactId>dxvk-cache-pool</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<artifactId>dxvk-cache-pool-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dxvk-cache-pool-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ignorelist.kassandra</groupId>
<artifactId>dxvk-cache-pool</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<artifactId>dxvk-cache-pool-test</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ignorelist.kassandra</groupId>
<artifactId>dxvk-cache-pool</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<modules>
<module>dxvk-cache-pool-common</module>
Expand Down

0 comments on commit aa9c5e9

Please sign in to comment.