Skip to content

Commit

Permalink
Release version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janinko committed Feb 18, 2020
1 parent 735972d commit 923d973
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-ftest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-model-java</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>Causeway PNCL-to-Koji Bridge</name>
Expand All @@ -45,7 +45,7 @@
<connection>scm:git:http://github.com/project-ncl/causeway.git</connection>
<developerConnection>scm:git:[email protected]:project-ncl/causeway.git</developerConnection>
<url>http://github.com/project-ncl/causeway</url>
<tag>HEAD</tag>
<tag>1.8.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>causeway-web</artifactId>
Expand Down

0 comments on commit 923d973

Please sign in to comment.