Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poison committed Nov 2, 2018
1 parent 7884a9c commit 9a8e92a
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.1-SNAPSHOT</version>
<version>1.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.1-SNAPSHOT</version>
<version>1.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.1-SNAPSHOT</version>
<version>1.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.1-SNAPSHOT</version>
<version>1.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.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>
<modules>
<module>dxvk-cache-pool-common</module>
Expand Down

0 comments on commit 9a8e92a

Please sign in to comment.