You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2017/09/17 15:32:35 UTC

[myfaces-trinidad] branch trinidad-2.0.x updated (b8ab8ae -> 53a57ac)

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

bommel pushed a change to branch trinidad-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git.


    from b8ab8ae  [maven-release-plugin] prepare for next development iteration
     new a3da6e8  switch to ssh added branch tag
     new 53a57ac  added .gitignore

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    |  7 ++++---
 2 files changed, 21 insertions(+), 3 deletions(-)
 create mode 100644 .gitignore

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-trinidad] 02/02: added .gitignore

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

bommel pushed a commit to branch trinidad-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit 53a57ac00218fd2c3cc76c1a5e599155321bd306
Author: bohmber <bo...@apache.org>
AuthorDate: Sun Sep 17 17:31:41 2017 +0200

    added .gitignore
---
 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.

[myfaces-trinidad] 01/02: switch to ssh added branch tag

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

bommel pushed a commit to branch trinidad-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit a3da6e8ddfc75b7e4f63f5a4f170b1cd459d957a
Author: bohmber <bo...@apache.org>
AuthorDate: Sun Sep 17 17:26:38 2017 +0200

    switch to ssh
    added branch tag
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d84c7c..ef7df7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,9 +179,10 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.0.x</url>
+    <connection>scm:git:https://github.com/apache/myfaces-trinidad.git</connection>
+    <developerConnection>scm:git:git@github.com:apache/myfaces-trinidad.git</developerConnection>
+    <url>https://github.com/apache/myfaces-trinidad/tree/${project.scm.tag}</url>
+    <tag>trinidad-2.0.x</tag>
   </scm>
   
   <!--

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.