Skip to content

Commit 702b99f

Browse files
committed
Prepare for next development iteration
1 parent c69f464 commit 702b99f

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

cdi-generic-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>cdi-generic-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>CDI Generic Portlet</name>
2727
<description>This project demonstrates how to use CDI in Portlets and Portlet Filters.</description>

cdi-jsf-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>cdi-jsf-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>CDI Portlet with JSF</name>
2727
<description>This project demonstrates how to use CDI and JSF in portlets.</description>

cdi-scopes-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>cdi-scopes-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>Portlet Using Portet-Specific CDI Scopes</name>
2727
<description>This project demonstrates how to use CDI Scopes @PortletLifecycleScoped` and @PortletRedisplayScoped` in Portlets.</description>

jsf2-hello-world-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>jsf2-hello-world-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>JSF2 Hello World Portlet</name>
2727
<description>This project demonstrates how to create a simple portlet using JavaServer and Portlet Bridge.</description>

jsf2-rf4-hello-world-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>jsf2-rf4-hello-world-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>JSF2+RF4 Hello World Portlet</name>
2727
<description>This project demonstrates how to create a simple portlet using JavaServer Faces, RichFaces 4.3 and Portlet Bridge.</description>

navigation-api-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>navigation-api-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>Navigation API Portlet</name>
2727
<description>This project demonstrates how to create the navigation portlet using the GateIn Portal API with a JSP front-end.</description>

page-composition-api-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>page-composition-api-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>Page Composition API Portlet</name>
2727
<description>A Portlet using the Page Composition API to compose Portal Pages.</description>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.jboss.quickstarts.portal</groupId>
2222
<artifactId>jboss-portal-quickstarts</artifactId>
23-
<version>6.2.0.build-10</version>
23+
<version>6.2.0.build-11-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525
<name>JBoss Portal Quickstarts</name>
2626
<url>http://jboss.org</url>

portal-extension/config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>portal-extension</artifactId>
2424
<groupId>org.jboss.quickstarts.portal</groupId>
25-
<version>6.2.0.build-10</version>
25+
<version>6.2.0.build-11-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>portal-extension-config</artifactId>
2828
<packaging>jar</packaging>

portal-extension/ear/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>portal-extension</artifactId>
2424
<groupId>org.jboss.quickstarts.portal</groupId>
25-
<version>6.2.0.build-10</version>
25+
<version>6.2.0.build-11-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>portal-extension-ear</artifactId>
2828
<packaging>ear</packaging>

portal-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>portal-extension</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>Portal Extension</name>
2727
<description>This project demonstrates how it is possible - using a Portal Extension - to customize a portal without modifying the files included in portal.ear.</description>

portal-extension/war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>portal-extension</artifactId>
2424
<groupId>org.jboss.quickstarts.portal</groupId>
25-
<version>6.2.0.build-10</version>
25+
<version>6.2.0.build-11-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>portal-extension-war</artifactId>
2828
<packaging>war</packaging>

sample-portal/config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<parent>
2323
<groupId>org.jboss.quickstarts.portal</groupId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<artifactId>sample-portal</artifactId>
2626
</parent>
2727
<artifactId>sample-portal-config</artifactId>

sample-portal/ear/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<parent>
2323
<groupId>org.jboss.quickstarts.portal</groupId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<artifactId>sample-portal</artifactId>
2626
</parent>
2727
<artifactId>sample-portal-ear</artifactId>

sample-portal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>sample-portal</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>Sample Portal</name>
2727
<description>This project demonstrates a how to create a new Portal Container from scratch.</description>

sample-portal/rest-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<parent>
2323
<groupId>org.jboss.quickstarts.portal</groupId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<artifactId>sample-portal</artifactId>
2626
</parent>
2727
<artifactId>sample-portal-rest-war</artifactId>

sample-portal/war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<parent>
2323
<groupId>org.jboss.quickstarts.portal</groupId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<artifactId>sample-portal</artifactId>
2626
</parent>
2727
<artifactId>sample-portal-war</artifactId>

simplest-hello-world-portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>simplest-hello-world-portlet</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>Simplest Hello World Portlet</name>
2727
<description>This project demonstrates how to create the simplest possible portlet compliant with Portlet Specification 2.0.</description>

social-portlets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.jboss.quickstarts.portal</groupId>
2323
<artifactId>social-portlets</artifactId>
24-
<version>6.2.0.build-10</version>
24+
<version>6.2.0.build-11-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>Social Portlets</name>
2727
<description>This project demonstrates how to use APIs of Facebook, Twitter and Google+ in Portlets.</description>

0 commit comments

Comments
 (0)