Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit a92ddc8

Browse files
Jim WhiteJPWKU
authored andcommitted
update pom to 0.2 versions
Signed-off-by: Jim White <james_white2@dell.com>
1 parent 2d61505 commit a92ddc8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docker-files/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.edgexfoundry</groupId>
1313
<artifactId>export-client</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>0.2.0-SNAPSHOT</version>
1515
<name>export-client</name>
1616
<description>EdgeX Foundry export-client</description>
1717

@@ -31,7 +31,7 @@
3131
<artifactItem>
3232
<groupId>org.edgexfoundry</groupId>
3333
<artifactId>export-client</artifactId>
34-
<version>1.0.0-SNAPSHOT</version>
34+
<version>0.2.0-SNAPSHOT</version>
3535
<outputDirectory>.</outputDirectory>
3636
<destFileName>export-client.jar</destFileName>
3737
</artifactItem>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.edgexfoundry</groupId>
2424
<artifactId>export-client</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>0.2.0-SNAPSHOT</version>
2626
<name>EdgeX Foundry Export Distribution Client Registration Micro Service</name>
2727
<description>EdgeX Foundry Export Distribution Client Registration Micro Service</description>
2828

2929
<properties>
3030
<spring.cloud.version>Brixton.SR5</spring.cloud.version>
3131
<springmvc.raml.version>0.8.1</springmvc.raml.version>
32-
<export-domain.version>1.0.0-SNAPSHOT</export-domain.version>
33-
<core-domain.version>1.0.0-SNAPSHOT</core-domain.version>
34-
<export-test.version>1.0.0-SNAPSHOT</export-test.version>
35-
<core-test.version>1.0.0-SNAPSHOT</core-test.version>
36-
<support-logging-client.version>1.0.0-SNAPSHOT</support-logging-client.version>
37-
<support-notifications-client.version>1.0.0-SNAPSHOT</support-notifications-client.version>
32+
<export-domain.version>0.2.0-SNAPSHOT</export-domain.version>
33+
<core-domain.version>0.2.0-SNAPSHOT</core-domain.version>
34+
<export-test.version>0.2.0-SNAPSHOT</export-test.version>
35+
<core-test.version>0.2.0-SNAPSHOT</core-test.version>
36+
<support-logging-client.version>0.2.0-SNAPSHOT</support-logging-client.version>
37+
<support-notifications-client.version>0.2.0-SNAPSHOT</support-notifications-client.version>
3838
<assembley-plugin.version>2.5.5</assembley-plugin.version>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)