Skip to content

Commit f5757a4

Browse files
author
FlowLogix Jenkins
committed
[maven-release-plugin] prepare release Version-0.5.1
1 parent df8a538 commit f5757a4

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

live-reload/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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
<artifactId>live-reload</artifactId>
6-
<version>1.x-SNAPSHOT</version>
5+
<version>0.5.1</version>
76
<packaging>war</packaging>
87

98
<name>Live Reload Helper App</name>
109

1110
<parent>
1211
<groupId>com.flowlogix.plugins</groupId>
1312
<artifactId>container-deploy-plugin-root</artifactId>
14-
<version>1.x-SNAPSHOT</version>
13+
<version>0.5.1</version>
1514
</parent>
1615

1716
<dependencies>

plugin/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<artifactId>container-deploy-plugin</artifactId>
65
<packaging>maven-plugin</packaging>
7-
<version>1.x-SNAPSHOT</version>
6+
<version>0.5.1</version>
87

98
<name>Jakarta EE Container Deploy Plugin</name>
109
<description>Dev mode, and deploy utilities for Payara and GlassFish Server
@@ -13,7 +12,7 @@
1312
<parent>
1413
<groupId>com.flowlogix.plugins</groupId>
1514
<artifactId>container-deploy-plugin-root</artifactId>
16-
<version>1.x-SNAPSHOT</version>
15+
<version>0.5.1</version>
1716
</parent>
1817

1918
<properties>

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-root</artifactId>
76
<packaging>pom</packaging>
8-
<version>1.x-SNAPSHOT</version>
7+
<version>0.5.1</version>
98

109
<name>Jakarta EE Container Deploy Plugin Root</name>
1110
<description>Dev mode, and deploy utilities for Payara and GlassFish Server
@@ -48,4 +47,8 @@
4847
<scope>test</scope>
4948
</dependency>
5049
</dependencies>
50+
51+
<scm>
52+
<tag>Version-0.5.1</tag>
53+
</scm>
5154
</project>

0 commit comments

Comments
 (0)