Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit f75b915

Browse files
committed
Updated pom.xml to build a retro release for version 0.0.1
1 parent d4da71b commit f75b915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.senzing</groupId>
44
<artifactId>senzing-listener</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
5+
<version>0.0.1</version>
66
<name>Senzing Listener Framework</name>
77
<description>Framework for creating applications receiving messages from G2 through queue</description>
88
<properties>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.senzing</groupId>
3232
<artifactId>g2</artifactId>
33-
<version>[1.14.0-SNAPSHOT,)</version>
33+
<version>[1.14.0-SNAPSHOT,2.999.999)</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.rabbitmq</groupId>

0 commit comments

Comments
 (0)