Skip to content

Commit

Permalink
EWB-4098: Update super pom to 0.34.1 (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Koh <[email protected]>
  • Loading branch information
Lax125 authored Dec 19, 2023
1 parent d362780 commit bc62e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Zepben EWB SDK changelog
## [0.18.0] - UNRELEASED
### Breaking Changes
* None.
* Updated to super-pom version 0.34.x.

### New Features
* None.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.zepben.maven</groupId>
<artifactId>evolve-super-pom</artifactId>
<version>0.33.0</version>
<version>0.34.1</version>
</parent>

<groupId>com.zepben</groupId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.zepben.evolve</groupId>
<artifactId>evolve-conn</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT1</version>
</dependency>

<!-- Kotlin -->
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>com.zepben</groupId>
<artifactId>test-utils</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bc62e37

Please sign in to comment.