File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
4847 <scope >test</scope >
4948 </dependency >
5049 </dependencies >
50+
51+ <scm >
52+ <tag >Version-0.5.1</tag >
53+ </scm >
5154</project >
You can’t perform that action at this time.
0 commit comments