You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/10/28 10:08:39 UTC

git commit: Versions

Repository: tomee
Updated Branches:
  refs/heads/develop 2bb40b171 -> b12b59f4a


Versions


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b12b59f4
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b12b59f4
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b12b59f4

Branch: refs/heads/develop
Commit: b12b59f4a4f581ebf2e6269e09aed2bcc5b0d148
Parents: 2bb40b1
Author: AndyGee <an...@gmx.de>
Authored: Tue Oct 28 10:08:04 2014 +0100
Committer: AndyGee <an...@gmx.de>
Committed: Tue Oct 28 10:08:18 2014 +0100

----------------------------------------------------------------------
 examples/jsf-managedBean-and-ejb/pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/b12b59f4/examples/jsf-managedBean-and-ejb/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jsf-managedBean-and-ejb/pom.xml b/examples/jsf-managedBean-and-ejb/pom.xml
index 69fe78d..91b6023 100644
--- a/examples/jsf-managedBean-and-ejb/pom.xml
+++ b/examples/jsf-managedBean-and-ejb/pom.xml
@@ -18,16 +18,21 @@
  * under the License.
 -->
 <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.superbiz.jsf</groupId>
   <artifactId>jsf-managedBean-and-ejb</artifactId>
   <packaging>war</packaging>
   <name>OpenEJB :: Web Examples :: JSF - ManangedBean and EJB</name>
   <version>1.1.0-SNAPSHOT</version>
   <url>http://tomee.apache.org</url>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <version.myfaces-api>2.1.16</version.myfaces-api>
   </properties>
+
   <build>
     <finalName>jsf-managedBean-and-ejb</finalName>
     <plugins>
@@ -63,19 +68,19 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>2.1.8</version>
+      <version>${version.myfaces-api}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>2.1.8</version>
+      <version>${version.myfaces-api}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.tomahawk</groupId>
       <artifactId>tomahawk20</artifactId>
-      <version>1.1.13</version>
+      <version>1.1.14</version>
       <scope>runtime</scope>
       <exclusions>
         <exclusion>
@@ -107,6 +112,7 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  
   <!--
   This section allows you to configure where to publish libraries for sharing.
   It is not required and may be deleted.  For more information see: