Skip to content

Commit

Permalink
set pom versions of org.openshift quickstarts to 1.2.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
errantepiphany committed Dec 15, 2015
1 parent ddf3a8d commit dd6ef49
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 9 deletions.
2 changes: 1 addition & 1 deletion datagrid/carmart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openshift.quickstarts.datagrid</groupId>
<artifactId>jboss-carmart</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0.Final</version>
<packaging>war</packaging>
<name>JBoss JDG Quickstart: carmart</name>
<description>CarMart Single Node (No Cluster)</description>
Expand Down
4 changes: 2 additions & 2 deletions decisionserver/hellorules-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openshift.quickstarts</groupId>
<artifactId>decisionserver-hellorules-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0.Final</version>
<packaging>war</packaging>

<name>OpenShift Quickstarts: Decision Server: Hello Rules - Client</name>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.openshift.quickstarts</groupId>
<artifactId>decisionserver-hellorules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion decisionserver/hellorules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openshift.quickstarts</groupId>
<artifactId>decisionserver-hellorules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0.Final</version>
<packaging>jar</packaging>

<name>OpenShift Quickstarts: Decision Server: Hello Rules</name>
Expand Down
26 changes: 26 additions & 0 deletions decisionserver/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.openshift.quickstarts</groupId>
<artifactId>decisionserver-parent</artifactId>
<version>1.2.0.Final</version>
<packaging>pom</packaging>

<name>OpenShift Quickstarts: Decision Server: Parent</name>
<description>OpenShift Quickstarts: Decision Server: Parent</description>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>

<modules>
<module>hellorules</module>
<module>hellorules-client</module>
</modules>

</project>
2 changes: 1 addition & 1 deletion todolist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openshift.quickstarts</groupId>
<artifactId>todolist-parent</artifactId>
<version>1.0.0</version>
<version>1.2.0.Final</version>
<packaging>pom</packaging>
<name>OpenShift Quickstarts: Todo List: Parent</name>
<description>Todo list</description>
Expand Down
2 changes: 1 addition & 1 deletion todolist/todolist-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openshift.quickstarts</groupId>
<artifactId>todolist-jdbc</artifactId>
<version>1.0.0</version>
<version>1.2.0.Final</version>
<packaging>war</packaging>
<name>OpenShift Quickstarts: Todo List: JDBC</name>
<description>Todo list</description>
Expand Down
2 changes: 1 addition & 1 deletion todolist/todolist-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openshift.quickstarts</groupId>
<artifactId>todolist-mongodb</artifactId>
<version>1.0.0</version>
<version>1.2.0.Final</version>
<packaging>war</packaging>
<name>OpenShift Quickstarts: Todo List: MongoDB</name>
<description>Todo list</description>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openshift.quickstarts</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>1.0.0</version>
<version>1.2.0.Final</version>
<packaging>war</packaging>
<name>OpenShift Quickstarts: Tomcat List: JDBC</name>
<description>Tomcat list</description>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-websocket-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openshift.cloudenablement.eap</groupId>
<artifactId>websocket-chat</artifactId>
<version>1.1.0.Final</version>
<version>1.2.0.Final</version>
<packaging>war</packaging>
<name>Tomcat websocket example</name>
<description>A websocket example that can be used with Tomcat 7 and Tomcat 8</description>
Expand Down

0 comments on commit dd6ef49

Please sign in to comment.