Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit f5f6c52

Browse files
2.1
1 parent 50193dc commit f5f6c52

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
15-
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1716
<modelVersion>4.0.0</modelVersion>
1817

1918
<groupId>com.hazelcast</groupId>
2019
<artifactId>hazelcast-kubernetes</artifactId>
21-
<version>2.0.3-SNAPSHOT</version>
20+
<version>2.1</version>
2221
<name>Kubernetes Discovery Plugin for Hazelcast</name>
2322
<description>Kubernetes Service Discovery for Hazelcast Discovery SPI</description>
2423
<url>http://github.com/hazelcast/hazelcast-kubernetes</url>
@@ -532,4 +531,4 @@
532531
</build>
533532
</profile>
534533
</profiles>
535-
</project>
534+
</project>

0 commit comments

Comments
 (0)