Skip to content

Commit

Permalink
[maven-release-plugin] prepare release smt-http-mock-parent-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiver-me-timbers committed Jun 8, 2016
1 parent 55e3791 commit fcc5e9d
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 57 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<artifactId>smt-http-mock-parent</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -116,5 +116,6 @@
<connection>scm:git:https://github.com/shiver-me-timbers/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:shiver-me-timbers/${project.artifactId}.git</developerConnection>
<url>https://github.com/shiver-me-timbers/${project.artifactId}</url>
</scm>
<tag>smt-http-mock-parent-1.0</tag>
</scm>
</project>
9 changes: 4 additions & 5 deletions smt-http-mock-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-spring</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -45,7 +44,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
9 changes: 4 additions & 5 deletions smt-http-mock-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-test</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -56,7 +55,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
Expand Down
9 changes: 4 additions & 5 deletions smt-http-mock-test/smt-http-mock-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-test</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-integration</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -39,7 +38,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-spring</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
9 changes: 4 additions & 5 deletions smt-http-mock-test/smt-http-mock-spring-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-test</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-spring-integration</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -39,7 +38,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-integration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
11 changes: 5 additions & 6 deletions smt-http-mock-test/smt-http-mock-tomcat7-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-test</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-tomcat7-integration</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -43,13 +42,13 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat7</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-integration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
</dependency>
<!-- We have to manual set the tomcat version here because the parent pom has it's version of the dependencies. -->
Expand Down
11 changes: 5 additions & 6 deletions smt-http-mock-test/smt-http-mock-tomcat8-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-test</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-tomcat8-integration</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -43,13 +42,13 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat8</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-integration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
</dependency>
<!-- We have to manual set the tomcat version here because the parent pom has it's version of the dependencies. -->
Expand Down
9 changes: 4 additions & 5 deletions smt-http-mock-tomcat-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-tomcat-parent</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>pom</packaging>

Expand All @@ -39,7 +38,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-tomcat-common</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand Down
9 changes: 4 additions & 5 deletions smt-http-mock-tomcat-parent/smt-http-mock-tomcat7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-tomcat7</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -43,7 +42,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
Expand Down
9 changes: 4 additions & 5 deletions smt-http-mock-tomcat-parent/smt-http-mock-tomcat8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock-tomcat8</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand All @@ -43,7 +42,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-tomcat-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
Expand Down
7 changes: 3 additions & 4 deletions smt-http-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ limitations under the License.
-->

<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>

<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-http-mock-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>smt-http-mock</artifactId>

<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit fcc5e9d

Please sign in to comment.