File tree 4 files changed +7
-10
lines changed
filter-json-jackson-jaxrs
4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
<parent >
6
4
<artifactId >partial-response</artifactId >
7
5
<groupId >com.pressassociation.partial-response</groupId >
8
- <version >1.0-SNAPSHOT </version >
6
+ <version >1.0</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
<!-- http://maven.apache.org/developers/conventions/code.html -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
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
<!-- http://maven.apache.org/developers/conventions/code.html -->
7
5
8
6
<parent >
9
7
<artifactId >partial-response</artifactId >
10
8
<groupId >com.pressassociation.partial-response</groupId >
11
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.0</version >
12
10
</parent >
13
11
14
12
<artifactId >filter-json-jackson</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.pressassociation.partial-response</groupId >
6
6
<artifactId >partial-response</artifactId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
10
10
<artifactId >matcher</artifactId >
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >com.pressassociation.partial-response</groupId >
11
11
<artifactId >partial-response</artifactId >
12
- <version >1.0-SNAPSHOT </version >
12
+ <version >1.0</version >
13
13
<packaging >pom</packaging >
14
14
15
15
<name >Partial Response: Parent</name >
29
29
<
connection >scm:git:
[email protected] :PressAssociation/partial-response.git</
connection >
30
30
<
developerConnection >scm:git:
[email protected] :PressAssociation/partial-response.git</
developerConnection >
31
31
<url >https://github.com/PressAssociation/partial-response</url >
32
+ <tag >v1.0</tag >
32
33
</scm >
33
34
34
35
<developers >
You can’t perform that action at this time.
0 commit comments