Skip to content

Commit

Permalink
[maven-release-plugin] prepare release joinfaces-build-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Apr 2, 2018
1 parent f0ce7ef commit 2cfa150
Show file tree
Hide file tree
Showing 29 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion joinfaces-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../joinfaces-parent</relativePath>
</parent>

Expand Down
40 changes: 20 additions & 20 deletions joinfaces-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-dependencies</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>JoinFaces Dependencies</name>

Expand Down Expand Up @@ -295,93 +295,93 @@
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>spring-security-jsf-taglib</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-test</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-autoconfigure</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>

<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>tomcat-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jetty-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>undertow-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>mojarra-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>myfaces-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>omnifaces1-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>omnifaces3-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>jsf-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>primefaces-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>bootsfaces-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>butterfaces-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>angularfaces-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>richfaces-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>weld-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>rewrite-spring-boot-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -780,7 +780,7 @@
<connection>scm:git:https://github.com/joinfaces/joinfaces.git</connection>
<developerConnection>scm:git:https://github.com/joinfaces/joinfaces.git</developerConnection>
<url>scm:git:https://github.com/joinfaces/joinfaces.git</url>
<tag>HEAD</tag>
<tag>joinfaces-build-3.1.0</tag>
</scm>

<organization>
Expand Down
4 changes: 2 additions & 2 deletions joinfaces-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-dependencies</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../joinfaces-dependencies</relativePath>
</parent>

<artifactId>joinfaces-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>JoinFaces Parent</name>
<description>JoinFaces configuration for reports and quality checks: pmd, cpd, checkstyle, findbugs, cycles, duplicate.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>angularfaces-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/bootsfaces-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>bootsfaces-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/butterfaces-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>butterfaces-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/jetty-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>jetty-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/jsf-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>jsf-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/mojarra-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>mojarra-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/myfaces-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>myfaces-spring-boot-starter</artifactId>
Expand Down
52 changes: 26 additions & 26 deletions joinfaces-starters/omnifaces1-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>omnifaces1-spring-boot-starter</artifactId>
<name>Omnifaces 1.x Spring Boot Starter</name>
<description>Omnifaces Utility JSF Spring Boot Starter</description>

<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

<dependencies>
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>${omnifaces1.version}</version>
</dependency>
</dependencies>
</project>
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0</version>
</parent>

<artifactId>omnifaces1-spring-boot-starter</artifactId>
<name>Omnifaces 1.x Spring Boot Starter</name>
<description>Omnifaces Utility JSF Spring Boot Starter</description>

<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

<dependencies>
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>${omnifaces1.version}</version>
</dependency>
</dependencies>
</project>
60 changes: 30 additions & 30 deletions joinfaces-starters/omnifaces3-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>omnifaces3-spring-boot-starter</artifactId>
<name>Omnifaces 3.x Spring Boot Starter</name>
<description>Omnifaces Utility JSF Spring Boot Starter</description>

<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

<dependencies>
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>${omnifaces3.version}</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>weld-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0</version>
</parent>

<artifactId>omnifaces3-spring-boot-starter</artifactId>
<name>Omnifaces 3.x Spring Boot Starter</name>
<description>Omnifaces Utility JSF Spring Boot Starter</description>

<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>

<dependencies>
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>${omnifaces3.version}</version>
</dependency>
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>weld-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion joinfaces-starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../joinfaces-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/primefaces-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>primefaces-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/rewrite-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>rewrite-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/richfaces-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>richfaces-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/tomcat-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>tomcat-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/undertow-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>undertow-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joinfaces-starters/weld-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-starters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>weld-spring-boot-starter</artifactId>
<name>Weld Spring Boot Starter</name>
Expand Down
Loading

0 comments on commit 2cfa150

Please sign in to comment.