Skip to content

Commit 54bf9ba

Browse files
committed
fix version problem
1 parent a46ae80 commit 54bf9ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
v4.3.0 / 2022-10-10
2+
v4.4.1 / 2022-10-10
33
===================
44

55
* Adds support for KSqlDB session variables (#544)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.4.0</modelVersion>
5+
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.purbon.kafka</groupId>
88
<artifactId>julie-ops</artifactId>
9-
<version>edge</version>
9+
<version>4.4.1</version>
1010

1111
<name>A Kafka operations manager, julie ops</name>
1212
<description>

0 commit comments

Comments
 (0)