Skip to content

Commit 0121b11

Browse files
author
FlowLogix Jenkins
committed
[maven-release-plugin] prepare release Version-0.4
1 parent 3c70d1c commit 0121b11

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>com.flowlogix.plugins</groupId>
65
<artifactId>container-deploy-plugin</artifactId>
76
<packaging>maven-plugin</packaging>
8-
<version>1.x-SNAPSHOT</version>
7+
<version>0.4</version>
98

109
<name>Jakarta EE Container Deploy Plugin</name>
1110
<description>Dev mode, and deploy utilities for Payara and GlassFish Server
@@ -100,4 +99,8 @@
10099
</plugins>
101100
</pluginManagement>
102101
</build>
102+
103+
<scm>
104+
<tag>Version-0.4</tag>
105+
</scm>
103106
</project>

0 commit comments

Comments
 (0)