Skip to content

Commit

Permalink
🔖 Versioning 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joneubank committed Apr 1, 2019
1 parent 2f63dea commit 30a3334
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cavatica-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keys</artifactId>
<groupId>io.kidsfirst</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.kidsfirst</groupId>
<artifactId>keys-core</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions fence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>keys</artifactId>
<groupId>io.kidsfirst</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>io.kidsfirst</groupId>
<artifactId>keys-core</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion keys-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keys</artifactId>
<groupId>io.kidsfirst</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions keys-delete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keys</artifactId>
<groupId>io.kidsfirst</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.kidsfirst</groupId>
<artifactId>keys-core</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions keys-get/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keys</artifactId>
<groupId>io.kidsfirst</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.kidsfirst</groupId>
<artifactId>keys-core</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions keys-put/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>keys</artifactId>
<groupId>io.kidsfirst</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.kidsfirst</groupId>
<artifactId>keys-core</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>io.kidsfirst</groupId>
<artifactId>keys</artifactId>
<packaging>pom</packaging>
<version>2.0.3</version>
<version>2.0.4</version>
<modules>
<module>keys-core</module>
<module>keys-delete</module>
Expand Down

0 comments on commit 30a3334

Please sign in to comment.