Skip to content

Commit

Permalink
Update POM 5.4.z version to 5.4.1-SNAPSHOT (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaatr committed Apr 17, 2024
1 parent 33efbcb commit 031ba3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hazelcast-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-jdbc-enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>hazelcast-jdbc-root</artifactId>
<packaging>pom</packaging>

<version>5.5.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
<name>Hazelcast JDBC Driver Root</name>
<description>Hazelcast JDBC Driver allows Java applications to connect to Hazelcast using the standard JDBC API</description>
<url>http://github.com/hazelcast/hazelcast-jdbc</url>
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
</parent>

<artifactId>smoke-test</artifactId>
Expand Down

0 comments on commit 031ba3a

Please sign in to comment.