Skip to content

Commit 50cc06b

Browse files
committed
[maven-release-plugin] prepare release smc-upgrader-1.0.0
1 parent 1537b44 commit 50cc06b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.elasticpath.tools</groupId>
65
<artifactId>smc-upgrader</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
<name>smc-upgrader</name>
98
<description>CLI utility to apply Elastic Path Self-Managed Commerce updates to a codebase.</description>
109

@@ -20,7 +19,7 @@
2019

2120
<scm>
2221
<developerConnection>${developer.connection}</developerConnection>
23-
<tag>smc-upgrader-0.1.0</tag>
22+
<tag>smc-upgrader-1.0.0</tag>
2423
</scm>
2524

2625
<distributionManagement>

0 commit comments

Comments
 (0)