This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 377c387 simplif Jenkinsfile and fix scm in pom
377c387 is described below
commit 377c38752f705dd3d89168391b52ddbab66be63c
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 20:03:44 2018 +1000
simplif Jenkinsfile and fix scm in pom
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
pom.xml | 12 ++++--------
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 567e27c..5f264a1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfStandardBuild cmdline:"clean deploy"
+asfStandardBuild()
diff --git a/pom.xml b/pom.xml
index ed047c2..9b3a7d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,16 +47,14 @@
<!-- The git repository, where the site content is placed -->
<siteRepositoryUrl>scm:git:https://gitbox.apache.org/repos/asf/archiva-web-content.git</siteRepositoryUrl>
<site.staging.base>${project.basedir}</site.staging.base>
-
-
</properties>
<description>Parent Pom for various components used in Redback, Apache
Archiva and Apache Continuum.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/redback-components-parent/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/redback-components-parent/</developerConnection>
-
<url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/</url>
+
<connection>scm:git:https://github.com/apache/archiva-redback-components-parent.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/archiva-redback-components-parent.git</developerConnection>
+ <url>https://github.com/apache/archiva-redback-components-parent</url>
</scm>
<distributionManagement>
@@ -65,8 +63,7 @@
<url>${siteRepositoryUrl}</url>
</site>
</distributionManagement>
-
-
+
<repositories>
<repository>
<id>archiva-repository.releases</id>
@@ -219,7 +216,6 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
-
<tagBase>https://svn.apache.org/repos/asf/archiva/redback/redback-components/tags</tagBase>
<arguments>-Prelease</arguments>
<goals>clean deploy</goals>
</configuration>