Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Sep 5, 2018
1 parent 0101fc0 commit 86c16a5
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 24 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-tomcat</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<packaging>pom</packaging>

<name>Arquillian Tomcat Container Parent</name>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git://[email protected]:arquillian/arquillian-container-tomcat.git</connection>
<developerConnection>scm:git:ssh://github.com/arquillian/arquillian-container-tomcat.git</developerConnection>
<url>git://github.com/arquillian/arquillian-container-tomcat.git</url>
<tag>HEAD</tag>
<tag>1.1.0.Final</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-tomcat</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>arquillian-tomcat-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-container-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-tomcat</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>arquillian-tomcat-container-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-embedded-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-embedded-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-embedded-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-embedded-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-embedded-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-embedded-parent/pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions tomcat-embedded-8/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +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>

<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-embedded-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-embedded-parent/pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions tomcat-embedded-9/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +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>

<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-embedded-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-embedded-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-embedded-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-tomcat</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>arquillian-tomcat-embedded-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-embedded-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-container-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-container-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-5.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-managed-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-managed-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-managed-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-managed-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-tomcat</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>arquillian-tomcat-managed-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-container-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-container-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-remote-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-remote-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-remote-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-remote-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-remote-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-remote-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomcat-remote-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-parent-tomcat</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
</parent>

<artifactId>arquillian-tomcat-remote-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-remote-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-container-parent</artifactId>
<version>1.1.0.Final-SNAPSHOT</version>
<version>1.1.0.Final</version>
<relativePath>../tomcat-container-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 86c16a5

Please sign in to comment.