You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/04/25 08:54:06 UTC

[myfaces-tobago] branch master updated (7ed6e25 -> a180a3e)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 7ed6e25  update versions
     new 0ddc9aa  how to become root on the vm
     new a180a3e  update versions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/site/apt/index.apt                                         | 10 ++++++++++
 src/site/resources/doap_tobago.rdf                             |  8 ++++----
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   |  4 ++--
 .../tobago-example-demo/src/main/tobago-vm/docker/readme.md    |  3 +++
 4 files changed, 19 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 01/02: how to become root on the vm

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 0ddc9aa650e4cdac95c5c6d03e308176d733d2a5
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Apr 25 10:39:17 2018 +0200

    how to become root on the vm
---
 tobago-example/tobago-example-demo/src/main/tobago-vm/docker/readme.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/readme.md b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/readme.md
index 608bbed..03a85bf 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/readme.md
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/readme.md
@@ -4,6 +4,9 @@ The demo on tobago-vm works with docker.
 Each user with an account on the vm and 
 member of the docker group can manage the containers.
 
+How to become root access (on Mac) is described 
+[in this video](https://home.apache.org/~gmcdonald/using_opie_orthrus.mov).
+
 There is a copy of the source code repo of Tobago in the directory 
 ```/opt/docker/tobago/``` which contains the docker-compose configuration 
 in ```tobago-example/tobago-example-demo/src/main/tobago-vm/docker/```.

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.

[myfaces-tobago] 02/02: update versions

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit a180a3ea2b4b9e53f532b3c9d91207cbe9b9c8e6
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Apr 25 10:53:20 2018 +0200

    update versions
---
 src/site/apt/index.apt                                         | 10 ++++++++++
 src/site/resources/doap_tobago.rdf                             |  8 ++++----
 .../java/org/apache/myfaces/tobago/example/demo/Release.java   |  4 ++--
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 15d2425..8c078de 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -47,6 +47,16 @@ Apache Tobago
 
 News
 
+* April 25, 2018 - MyFaces Tobago 4.2.0 Released
+
+      The MyFaces Tobago component library in version 4.2.0 has been released.
+
+      Release notes can be found in
+      {{{http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12342739}Jira}}.
+
+      \ {}
+      ~~ hack for a bit space
+
 * February 12, 2018 - MyFaces Tobago 4.1.0 Released
 
       The MyFaces Tobago component library in version 4.1.0 has been released.
diff --git a/src/site/resources/doap_tobago.rdf b/src/site/resources/doap_tobago.rdf
index a5f55f6..33cdd9d 100644
--- a/src/site/resources/doap_tobago.rdf
+++ b/src/site/resources/doap_tobago.rdf
@@ -74,10 +74,10 @@
     <release>
       <Version>
         <name>Latest stable release of 4.x</name>
-        <created>2018-02-12</created>
-        <revision>4.1.0</revision>
-        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.1.0-dist.tar.gz</file-release>
-        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.1.0-dist.zip</file-release>
+        <created>2018-04-25</created>
+        <revision>4.2.0</revision>
+        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.2.0-dist.tar.gz</file-release>
+        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.2.0-dist.zip</file-release>
       </Version>
     </release>
     <repository>
diff --git a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
index 1adf8bb..c1c900c 100644
--- a/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
+++ b/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Release.java
@@ -122,8 +122,8 @@ public enum Release {
 
   v4_0_0("12338728"),
   v4_1_0("12339443"),
-  v4_2_0("12342739", true),
-  v4_2_1("12342849", false, true),
+  v4_2_0("12342739"),
+  v4_2_1("12342849", true),
   v4_3_0("12342850", false, true),
 
   v5_0_0("12338729", false, true);

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.