File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1414 # See the License for the specific language governing permissions and
1515 # limitations under the License.
1616-->
17- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17+ <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" >
1918
2019 <parent >
2120 <groupId >com.github.chrishantha.sample</groupId >
2221 <artifactId >java-samples</artifactId >
23- <version >0.0.1-SNAPSHOT </version >
22+ <version >0.0.1</version >
2423 <relativePath >../pom.xml</relativePath >
2524 </parent >
2625
Original file line number Diff line number Diff line change 1414 # See the License for the specific language governing permissions and
1515 # limitations under the License.
1616-->
17- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
17+ <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/maven-v4_0_0.xsd" >
1918 <parent >
2019 <groupId >org.apache</groupId >
2120 <artifactId >apache</artifactId >
2423
2524 <groupId >com.github.chrishantha.sample</groupId >
2625 <artifactId >java-samples</artifactId >
27- <version >0.0.1-SNAPSHOT </version >
26+ <version >0.0.1</version >
2827 <modelVersion >4.0.0</modelVersion >
2928 <packaging >pom</packaging >
3029 <name >Java Samples</name >
4746 <url >https://github.com/chrishantha/sample-java-programs.git</url >
4847 <developerConnection >scm:git:https://github.com/chrishantha/sample-java-programs.git</developerConnection >
4948 <connection >scm:git:https://github.com/chrishantha/sample-java-programs.git</connection >
50- <tag >HEAD </tag >
49+ <tag >v0.0.1 </tag >
5150 </scm >
5251
5352 <modules >
You can’t perform that action at this time.
0 commit comments