File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54 <groupId >org.javaee7.sample</groupId >
65 <artifactId >javaee7-simple-sample</artifactId >
7- <version >1.0-SNAPSHOT </version >
6+ <version >1.0</version >
87 <packaging >war</packaging >
98 <name >javaee7-simple-sample</name >
109 <properties >
2221 <connection >scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</connection >
2322 <url >https://github.com/javaee-samples/javaee7-simple-sample.git</url >
2423 <developerConnection >scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</developerConnection >
25- </scm >
24+ <tag >v1.0</tag >
25+ </scm >
2626 <distributionManagement >
2727 <repository >
2828 <id >deployment</id >
You can’t perform that action at this time.
0 commit comments