Skip to content

Commit d891737

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 7977e64 commit d891737

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

filter-json-jackson-jaxrs/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?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">
53
<parent>
64
<artifactId>partial-response</artifactId>
75
<groupId>com.pressassociation.partial-response</groupId>
8-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<!-- http://maven.apache.org/developers/conventions/code.html -->

filter-json-jackson/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<!-- http://maven.apache.org/developers/conventions/code.html -->
75

86
<parent>
97
<artifactId>partial-response</artifactId>
108
<groupId>com.pressassociation.partial-response</groupId>
11-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1210
</parent>
1311

1412
<artifactId>filter-json-jackson</artifactId>

matcher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.pressassociation.partial-response</groupId>
66
<artifactId>partial-response</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99

1010
<artifactId>matcher</artifactId>

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.pressassociation.partial-response</groupId>
1111
<artifactId>partial-response</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Partial Response: Parent</name>
@@ -29,6 +29,7 @@
2929
<connection>scm:git:[email protected]:PressAssociation/partial-response.git</connection>
3030
<developerConnection>scm:git:[email protected]:PressAssociation/partial-response.git</developerConnection>
3131
<url>https://github.com/PressAssociation/partial-response</url>
32+
<tag>v1.0</tag>
3233
</scm>
3334

3435
<developers>

0 commit comments

Comments
 (0)