Skip to content

Commit

Permalink
Revert version to 1.2.0 since last release was 1.1.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn authored Jun 21, 2022
1 parent 78255e0 commit 2cb2e0f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Arquillian Tomcat Container Parent</name>
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.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>arquillian-tomcat-container-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-embedded-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-embedded-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../tomcat-embedded-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.3.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../tomcat-container-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2cb2e0f

Please sign in to comment.