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/08/23 11:31:05 UTC

[myfaces-master-pom] branch master updated (4a9f4fd -> 33f695c)

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-master-pom.git.


    from 4a9f4fd  change scm from svn to git
     new b123bdd  initial ignore list for git
     new 33f695c  * parent pom (apache) updated to 21 * emjreijo's role is PMC

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:
 .gitignore | 17 +++++++++++++++++
 pom.xml    |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 .gitignore


[myfaces-master-pom] 02/02: * parent pom (apache) updated to 21 * emjreijo's role is PMC

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-master-pom.git

commit 33f695cff3fa64ad30f4588b9377935eb3515e34
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Aug 23 10:40:29 2018 +0200

    * parent pom (apache) updated to 21
    * emjreijo's role is PMC
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c309b6..a0bad01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>19</version>
+        <version>21</version>
     </parent>
 
     <groupId>org.apache.myfaces</groupId>
@@ -602,7 +602,7 @@
             <name>Eduardo Breijo</name>
             <email>embreijo@apache.org</email>
             <roles>
-                <role>committer</role>
+                <role>PMC</role>
             </roles>
         </developer>
     </developers>


[myfaces-master-pom] 01/02: initial ignore list for git

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-master-pom.git

commit b123bdd65c462dc64d1883bfd71ead3b1dd95f80
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Aug 23 10:39:41 2018 +0200

    initial ignore list for git
---
 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14be1b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+.idea/
+.mvn/
+*.iml
+*.ipr
+*.iws
+.checkstyle
+.classpath
+.DS_Store
+.pmd
+.eclipse-pmd
+.project
+.ruleset
+.settings/
+target/
+*.log
+bin/
+node_modules/