You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2013/05/06 18:51:46 UTC

git commit: DELTASPIKE-348 prepare for more ClientWindow samples

Updated Branches:
  refs/heads/master bb85cacf9 -> 2b0f0fa30


DELTASPIKE-348 prepare for more ClientWindow samples


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/2b0f0fa3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/2b0f0fa3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/2b0f0fa3

Branch: refs/heads/master
Commit: 2b0f0fa30f2ed20965abbf0caf4b1e00d57b4f37
Parents: bb85cac
Author: Mark Struberg <st...@apache.org>
Authored: Mon May 6 18:50:32 2013 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Mon May 6 18:50:32 2013 +0200

----------------------------------------------------------------------
 deltaspike/examples/jsf-examples/pom.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2b0f0fa3/deltaspike/examples/jsf-examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jsf-examples/pom.xml b/deltaspike/examples/jsf-examples/pom.xml
index d205ff1..0a709df 100644
--- a/deltaspike/examples/jsf-examples/pom.xml
+++ b/deltaspike/examples/jsf-examples/pom.xml
@@ -55,7 +55,11 @@
                     <plugin>
                         <groupId>org.apache.openejb.maven</groupId>
                         <artifactId>tomee-maven-plugin</artifactId>
-                        <version>${tomee.version}</version>
+                        <version>1.0.1</version>
+                        <configuration>
+                            <tomeeVersion>${tomee.version}</tomeeVersion>
+                        </configuration>
+
                     </plugin>
                 </plugins>
             </build>