Author: dblevins
Date: Thu Apr 25 21:17:04 2013
New Revision: 1475962

URL: http://svn.apache.org/r1475962
Log:
TOMEE-901
fixing license header in README
Making project depend on 1.6.0-SNAPSHOT of TomEE

Modified:
    tomee/tomee/trunk/examples/myfaces-codi-demo/README.md
    tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml

Modified: tomee/tomee/trunk/examples/myfaces-codi-demo/README.md
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/myfaces-codi-demo/README.md?rev=1475962&r1=1475961&r2=1475962&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/myfaces-codi-demo/README.md (original)
+++ tomee/tomee/trunk/examples/myfaces-codi-demo/README.md Thu Apr 25 21:17:04 
2013
@@ -1,21 +1,21 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+Title: MyFaces CODI Demo
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
 
 Build and start the demo:
 
@@ -23,4 +23,5 @@ Build and start the demo:
 
 Open:
 
-    http://localhost:8080/myfaces-stack001-1.0.0/
+    http://localhost:8080/myfaces-codi-1.0-SNAPSHOT/
+

Modified: tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml?rev=1475962&r1=1475961&r2=1475962&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml (original)
+++ tomee/tomee/trunk/examples/myfaces-codi-demo/pom.xml Thu Apr 25 21:17:04 
2013
@@ -15,7 +15,7 @@
     <artifactId>myfaces-stack001</artifactId>
 
     <name>OpenEJB :: Examples :: JSF2/CDI/BV/JPA/CODI</name>
-    <version>1.0.0</version>
+    <version>1.0-SNAPSHOT</version>
 
     <packaging>war</packaging>
 
@@ -40,7 +40,7 @@
             <plugin>
                 <groupId>org.apache.openejb.maven</groupId>
                 <artifactId>tomee-maven-plugin</artifactId>
-                <version>1.5.2</version>
+                <version>1.6.0-SNAPSHOT</version>
             </plugin>
         </plugins>
     </build>


Reply via email to