Skip to content

Commit 3631640

Browse files
committed
Bumped to version 1.4.0.
1 parent 8b68924 commit 3631640

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Convince yourself by taking a look at the [client](https://github.com/DataSecs/H
2222
<dependency>
2323
<groupId>de.datasec</groupId>
2424
<artifactId>hydra</artifactId>
25-
<version>1.3.3-SNAPSHOT</version>
25+
<version>1.4.0-SNAPSHOT</version>
2626
</dependency>
2727
```
2828

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hydra</artifactId>
77
<groupId>de.datasec</groupId>
8-
<version>1.3.3-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>de.datasec</groupId>
1818
<artifactId>hydra-shared</artifactId>
19-
<version>1.3.3-SNAPSHOT</version>
19+
<version>1.4.0-SNAPSHOT</version>
2020
</dependency>
2121
</dependencies>
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>de.datasec</groupId>
88
<artifactId>hydra</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.3.3-SNAPSHOT</version>
10+
<version>1.4.0-SNAPSHOT</version>
1111

1212
<modules>
1313
<module>client</module>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hydra</artifactId>
77
<groupId>de.datasec</groupId>
8-
<version>1.3.3-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>de.datasec</groupId>
1818
<artifactId>hydra-shared</artifactId>
19-
<version>1.3.3-SNAPSHOT</version>
19+
<version>1.4.0-SNAPSHOT</version>
2020
</dependency>
2121
</dependencies>
2222

shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hydra</artifactId>
77
<groupId>de.datasec</groupId>
8-
<version>1.3.3-SNAPSHOT</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)