Skip to content

Commit

Permalink
update version to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanRousseau-TomTom authored and rijnb committed Apr 12, 2023
1 parent 6672017 commit 616f686
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apivalidation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>apivalidation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>geo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>lbs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactId>speedtools</artifactId>

<packaging>pom</packaging>
<version>3.4.3</version>
<version>3.4.4</version>

<name>SpeedTools</name>

Expand Down
2 changes: 1 addition & 1 deletion pushnotifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>pushnotifications</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>sms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
----

### 3.4.0-3.4.3
### 3.4.0-3.4.4

* Updated POM dependencies, specifically `log4j`.

Expand Down
2 changes: 1 addition & 1 deletion testutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>testutils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tracer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.speedtools</groupId>
<artifactId>speedtools</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<artifactId>tracer</artifactId>
Expand Down

0 comments on commit 616f686

Please sign in to comment.