You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/01/30 10:13:15 UTC

[sling-org-apache-sling-repoinit-it] branch master updated (84b4777 -> d09cfb9)

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

bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-it.git.


    from 84b4777  SLING-7162 - Update SCM information in all POM files to reference Git
     new d111e01  Test against latest SNAPSHOTs
     new d09cfb9  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 +++++++++++++++++
 src/main/provisioning/repoinit.txt |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
 create mode 100644 .gitignore

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

[sling-org-apache-sling-repoinit-it] 01/02: Test against latest SNAPSHOTs

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-it.git

commit d111e0133b203845805035e67cd2b6f1a8ac72ea
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jan 30 10:52:17 2018 +0100

    Test against latest SNAPSHOTs
---
 src/main/provisioning/repoinit.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/provisioning/repoinit.txt b/src/main/provisioning/repoinit.txt
index fa39eae..e9461b6 100644
--- a/src/main/provisioning/repoinit.txt
+++ b/src/main/provisioning/repoinit.txt
@@ -19,8 +19,8 @@
 [feature name=repoinit-tests]
 
 [artifacts startLevel=2]
-  org.apache.sling/org.apache.sling.jcr.repoinit/1.1.5-SNAPSHOT
-  org.apache.sling/org.apache.sling.repoinit.parser/1.1.1-SNAPSHOT
+  org.apache.sling/org.apache.sling.jcr.repoinit/1.1.7-SNAPSHOT
+  org.apache.sling/org.apache.sling.repoinit.parser/1.2.1-SNAPSHOT
   org.apache.sling/org.apache.sling.provisioning.model/1.8.2
 
 [artifacts]

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

[sling-org-apache-sling-repoinit-it] 02/02: gitignore

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-it.git

commit d09cfb98c182556efc38f0009eeb85525a3c42dc
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jan 30 11:13:07 2018 +0100

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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b783ed
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+/target
+.idea
+.classpath
+.metadata
+.project
+.settings
+.externalToolBuilders
+maven-eclipse.xml
+*.swp
+*.iml
+*.ipr
+*.iws
+*.bak
+.vlt
+.DS_Store
+jcr.log
+atlassian-ide-plugin.xml

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