File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<parent >
12
10
13
11
<groupId >io.github.benas</groupId >
14
12
<artifactId >xstream</artifactId >
15
- <version >0.1-SNAPSHOT </version >
13
+ <version >0.1</version >
16
14
17
15
<name >xstream</name >
18
16
<description >XStream is an extension of the Java 8 Stream API to process data pipelines the Unix way</description >
26
24
<url >git@github.com:benas/xstream.git</url >
27
25
<connection >scm:git:git@github.com:benas/xstream.git</connection >
28
26
<developerConnection >scm:git:git@github.com:benas/xstream.git</developerConnection >
29
- <tag >HEAD </tag >
27
+ <tag >xstream-0.1 </tag >
30
28
</scm >
31
29
32
30
<ciManagement >
You can’t perform that action at this time.
0 commit comments