Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnathan committed Nov 21, 2014
1 parent 7977e64 commit d891737
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions filter-json-jackson-jaxrs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>partial-response</artifactId>
<groupId>com.pressassociation.partial-response</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<!-- http://maven.apache.org/developers/conventions/code.html -->
Expand Down
6 changes: 2 additions & 4 deletions filter-json-jackson/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<!-- http://maven.apache.org/developers/conventions/code.html -->

<parent>
<artifactId>partial-response</artifactId>
<groupId>com.pressassociation.partial-response</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>filter-json-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion matcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.pressassociation.partial-response</groupId>
<artifactId>partial-response</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>matcher</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.pressassociation.partial-response</groupId>
<artifactId>partial-response</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

<name>Partial Response: Parent</name>
Expand All @@ -29,6 +29,7 @@
<connection>scm:git:[email protected]:PressAssociation/partial-response.git</connection>
<developerConnection>scm:git:[email protected]:PressAssociation/partial-response.git</developerConnection>
<url>https://github.com/PressAssociation/partial-response</url>
<tag>v1.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit d891737

Please sign in to comment.