Skip to content

Commit

Permalink
Releasing version 20.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 14, 2020
1 parent af0f535 commit 51ceeca
Show file tree
Hide file tree
Showing 75 changed files with 103 additions and 79 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cloud.piranha.arquillian</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
<packaging>pom</packaging>

<name>Piranha Arquillian</name>
Expand Down
34 changes: 29 additions & 5 deletions arquillian/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,41 @@
<parent>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<relativePath>../pom.xml</relativePath>
<version>20.1.2</version>
</parent>


<artifactId>piranha-arquillian-server</artifactId>

<name>Piranha Arquillian - Server</name>
<description>
Piranha integration for the Arquillian Project.
</description>
<url>https://github.com/piranhacloud/piranha/arquillian/server</url>

<licenses>
<license>
<name>Piranha License</name>
<url>https://github.com/piranhacloud/piranha/blob/master/LICENSE</url>
</license>
</licenses>

<developers>
<developer>
<id>mriem</id>
<name>Manfred Riem</name>
<email>[email protected]</email>
<organization>Manorrock.com</organization>
</developer>
<developer>
<id>atijms</id>
<name>Arjan Tijms</name>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/piranhacloud/piranha.git</connection>
<developerConnection>scm:git:[email protected]:piranhacloud/piranha.git</developerConnection>
<url>https://github.com/piranhacloud/piranha</url>
</scm>

<dependencies>
<dependency>
<groupId>org.jboss</groupId>
Expand Down Expand Up @@ -92,6 +115,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
<flattenMode>ossrh</flattenMode>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion cdi/openwebbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.cdi</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-cdi-openwebbeans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.cdi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cdi/weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cloud.piranha.cdi</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-cdi-weld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion faces/mojarra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.faces</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-faces-mojarra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion faces/myfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.faces</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-faces-myfaces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.faces</groupId>
Expand Down
2 changes: 1 addition & 1 deletion http/grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.http</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-http-grizzly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.http</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-http-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.http</groupId>
Expand Down
2 changes: 1 addition & 1 deletion http/singlethread/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.http</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-http-singlethread</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-micro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microprofile/omnifaces/jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.microprofile.omnifaces</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-microprofile-omnifaces-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microprofile/omnifaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.microprofile</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.microprofile.omnifaces</groupId>
Expand Down
2 changes: 1 addition & 1 deletion microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.microprofile</groupId>
Expand Down
2 changes: 1 addition & 1 deletion microprofile/smallrye/health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.microprofile.smallrye</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-microprofile-smallrye-health</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microprofile/smallrye/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.microprofile</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.microprofile.smallrye</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nano/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pages/jasper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.pages</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-pages-jasper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.pages</groupId>
Expand Down
2 changes: 1 addition & 1 deletion piranha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
<packaging>pom</packaging>

<name>Piranha Project</name>
Expand Down
2 changes: 1 addition & 1 deletion resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.resource</groupId>
Expand Down
2 changes: 1 addition & 1 deletion resource/shrinkwrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.resource</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-resource-shrinkwrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.rest</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-rest-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.rest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion security/eleos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.security</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-security-eleos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/exousia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.security</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-security-exousia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.security</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-security-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.security</groupId>
Expand Down
2 changes: 1 addition & 1 deletion security/soteria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.security</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-security-soteria</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion servlet/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.servlet</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-servlet-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion servlet/deepscan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.servlet</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-servlet-deepscan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<groupId>cloud.piranha.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion servlet/webservlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cloud.piranha.servlet</groupId>
<artifactId>project</artifactId>
<version>20.1.1</version>
<version>20.1.2</version>
</parent>

<artifactId>piranha-servlet-webservlet</artifactId>
Expand Down
Loading

0 comments on commit 51ceeca

Please sign in to comment.