svn commit: r1835883 - /aries/tags/parent-2.1.0/

2018-07-14 Thread alien11689
Author: alien11689
Date: Sat Jul 14 07:38:58 2018
New Revision: 1835883

URL: http://svn.apache.org/viewvc?rev=1835883=rev
Log:
[maven-release-plugin] copy for tag parent-2.1.0

Added:
aries/tags/parent-2.1.0/   (props changed)
  - copied from r1835882, aries/trunk/parent/

Propchange: aries/tags/parent-2.1.0/
--
--- svn:ignore (added)
+++ svn:ignore Sat Jul 14 07:38:58 2018
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project

Propchange: aries/tags/parent-2.1.0/
--
svn:mergeinfo = /aries/branches/1.0-prototype/parent:1306564-1337594




svn commit: r1835882 - /aries/trunk/parent/pom.xml

2018-07-14 Thread alien11689
Author: alien11689
Date: Sat Jul 14 07:38:45 2018
New Revision: 1835882

URL: http://svn.apache.org/viewvc?rev=1835882=rev
Log:
[maven-release-plugin] prepare release parent-2.1.0

Modified:
aries/trunk/parent/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1835882=1835881=1835882=diff
==
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Sat Jul 14 07:38:45 2018
@@ -32,7 +32,7 @@
 org.apache.aries
 parent
 Aries :: Parent POM
-2.0.2-SNAPSHOT
+2.1.0
 pom
 
 
@@ -49,9 +49,9 @@
 2009
 
 
-
scm:svn:http://svn.apache.org/repos/asf/aries/trunk/parent
-
scm:svn:https://svn.apache.org/repos/asf/aries/trunk/parent
-scm:svn:http://svn.apache.org/repos/asf/aries/trunk/parent
+
scm:svn:http://svn.apache.org/repos/asf/aries/tags/parent-2.1.0
+
scm:svn:https://svn.apache.org/repos/asf/aries/tags/parent-2.1.0
+
scm:svn:http://svn.apache.org/repos/asf/aries/tags/parent-2.1.0
 
 
 




svn commit: r1835884 - /aries/trunk/parent/pom.xml

2018-07-14 Thread alien11689
Author: alien11689
Date: Sat Jul 14 07:39:00 2018
New Revision: 1835884

URL: http://svn.apache.org/viewvc?rev=1835884=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
aries/trunk/parent/pom.xml

Modified: aries/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1835884=1835883=1835884=diff
==
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Sat Jul 14 07:39:00 2018
@@ -32,7 +32,7 @@
 org.apache.aries
 parent
 Aries :: Parent POM
-2.1.0
+2.1.1-SNAPSHOT
 pom
 
 
@@ -49,9 +49,9 @@
 2009
 
 
-
scm:svn:http://svn.apache.org/repos/asf/aries/tags/parent-2.1.0
-
scm:svn:https://svn.apache.org/repos/asf/aries/tags/parent-2.1.0
-
scm:svn:http://svn.apache.org/repos/asf/aries/tags/parent-2.1.0
+
scm:svn:http://svn.apache.org/repos/asf/aries/trunk/parent
+
scm:svn:https://svn.apache.org/repos/asf/aries/trunk/parent
+scm:svn:http://svn.apache.org/repos/asf/aries/trunk/parent
 
 
 




svn commit: r1835890 - /aries/scripts/verify_staged_release.sh

2018-07-14 Thread alien11689
Author: alien11689
Date: Sat Jul 14 09:39:48 2018
New Revision: 1835890

URL: http://svn.apache.org/viewvc?rev=1835890=rev
Log:
[MAINTENANCE] Run verify scripts with bash

Modified:
aries/scripts/verify_staged_release.sh

Modified: aries/scripts/verify_staged_release.sh
URL: 
http://svn.apache.org/viewvc/aries/scripts/verify_staged_release.sh?rev=1835890=1835889=1835890=diff
==
--- aries/scripts/verify_staged_release.sh (original)
+++ aries/scripts/verify_staged_release.sh Sat Jul 14 09:39:48 2018
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # This script runs the steps described at 
http://aries.apache.org/development/verifyingrelease.html