From commits-return-12937-archive-asf-public=cust-asf.ponee.io@royale.apache.org Sat Apr 4 06:29:07 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 061F218065C for ; Sat, 4 Apr 2020 08:29:06 +0200 (CEST) Received: (qmail 88091 invoked by uid 500); 4 Apr 2020 06:29:06 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 88082 invoked by uid 99); 4 Apr 2020 06:29:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2020 06:29:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 41405819F7; Sat, 4 Apr 2020 06:29:06 +0000 (UTC) Date: Sat, 04 Apr 2020 06:29:06 +0000 To: "commits@royale.apache.org" Subject: [royale-compiler] branch develop updated: go back to using snapshot to fix relative path issues in SCM-921 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158598174621.6552.7305295964065922126@gitbox.apache.org> From: aharui@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-compiler X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: b8d206639bba6d23d53dfb5966fd74a48dd5b316 X-Git-Newrev: c88eb0acba5c4ec0ae43ae996d6f2e4e81b5462e X-Git-Rev: c88eb0acba5c4ec0ae43ae996d6f2e4e81b5462e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git The following commit(s) were added to refs/heads/develop by this push: new c88eb0a go back to using snapshot to fix relative path issues in SCM-921 c88eb0a is described below commit c88eb0acba5c4ec0ae43ae996d6f2e4e81b5462e Author: Alex Harui AuthorDate: Fri Apr 3 23:28:53 2020 -0700 go back to using snapshot to fix relative path issues in SCM-921 --- compiler-build-tools/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 6d2d777..6f421c6 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -307,7 +307,7 @@ org.apache.maven.scm maven-scm-provider-jgit - 1.11.2 + 1.11.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index 10cfe18..83060c4 100644 --- a/pom.xml +++ b/pom.xml @@ -696,7 +696,7 @@ org.apache.maven.scm maven-scm-provider-jgit - 1.11.2 + 1.11.2-SNAPSHOT