Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EB771200BA3 for ; Thu, 20 Oct 2016 17:10:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9EA5160AF5; Thu, 20 Oct 2016 15:10:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BE3F5160AE0 for ; Thu, 20 Oct 2016 17:10:29 +0200 (CEST) Received: (qmail 28008 invoked by uid 500); 20 Oct 2016 15:10:29 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 27996 invoked by uid 99); 20 Oct 2016 15:10:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 15:10:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 69464C0C0A for ; Thu, 20 Oct 2016 15:10:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id cBmDzIjcV1_A for ; Thu, 20 Oct 2016 15:10:18 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0289060DE6 for ; Thu, 20 Oct 2016 15:10:07 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C8397E85E3 for ; Thu, 20 Oct 2016 15:10:03 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BB60F3A0B5F for ; Thu, 20 Oct 2016 15:10:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r999706 [34/35] - in /websites/production/commons/content/proper/commons-weaver: ./ apidocs/ apidocs/org/apache/commons/weaver/ apidocs/org/apache/commons/weaver/ant/ apidocs/org/apache/commons/weaver/ant/class-use/ apidocs/org/apache/commo... Date: Thu, 20 Oct 2016 15:09:56 -0000 To: notifications@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161020151003.BB60F3A0B5F@svn01-us-west.apache.org> archived-at: Thu, 20 Oct 2016 15:10:32 -0000 Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/source-repository.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/source-repository.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/source-repository.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Parent – Source Code Management @@ -43,8 +43,8 @@ Apache Commons Weaver Parent ™

Anonymous Access

The source can be checked out anonymously from Subversion with this command:

-
$ svn checkout http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/parent commons-weaver-parent
+
$ svn checkout http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent commons-weaver-parent

Developer Access

Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.

-
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/parent commons-weaver-parent
+
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent commons-weaver-parent

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):

$ svn commit --username your-username -m "A message"
@@ -248,7 +256,7 @@

Access from Behind a Firewall

For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:

-
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC2/parent commons-weaver-parent
+
$ svn checkout https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent commons-weaver-parent

Access Through a Proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

Modified: websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/team-list.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/team-list.html (original) +++ websites/production/commons/content/proper/commons-weaver/commons-weaver-parent/team-list.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Apache Commons Weaver Parent – Project Team @@ -43,8 +43,8 @@ Apache Commons Weaver Parent ™

org.codehaus.plexus:plexus-utils

@@ -369,22 +369,22 @@ +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.1.0:provided
       \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:provided
          \- (org.codehaus.plexus:plexus-utils:jar:1.5.5:provided - omitted for conflict with 3.0.10)

  • +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    \- org.codehaus.plexus:plexus-utils:jar:2.0.6:compile

  • +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    \- org.apache.maven:maven-plugin-api:jar:3.1.0:provided
       \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a:provided
          \- (org.codehaus.plexus:plexus-utils:jar:2.1:provided - omitted for conflict with 3.0.10)

  • 1.5.5
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      \- org.apache.maven:maven-core:jar:3.1.0:provided
         \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:provided
            \- (org.codehaus.plexus:plexus-utils:jar:1.5.5:provided - omitted for conflict with 3.0.10)

    2.0.6
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      \- org.codehaus.plexus:plexus-utils:jar:2.0.6:compile

    2.1
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      \- org.apache.maven:maven-plugin-api:jar:3.1.0:provided
         \- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a:provided
            \- (org.codehaus.plexus:plexus-utils:jar:2.1:provided - omitted for conflict with 3.0.10)

    3.0.10
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      +- org.apache.maven:maven-plugin-api:jar:3.1.0:provided
      |  +- org.apache.maven:maven-model:jar:3.1.0:provided
      |  |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
      |  \- org.apache.maven:maven-artifact:jar:3.1.0:provided
      |     \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
      \- org.apache.maven:maven-core:jar:3.1.0:provided
         +- org.apache.maven:maven-settings:jar:3.1.0:provided
         |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
         +- org.apache.maven:maven-settings-builder:jar:3.1.0:provided
         |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for dupl icate)
         +- org.apache.maven:maven-repository-metadata:jar:3.1.0:provided
         |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
         +- org.apache.maven:maven-model-builder:jar:3.1.0:provided
         |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
         +- org.apache.maven:maven-aether-provider:jar:3.1.0:provided
         |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
         \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for conflict with 2.0.6)

    +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    +- org.apache.maven:maven-plugin-api:jar:3.1.0:provided
    |  +- org.apache.maven:maven-model:jar:3.1.0:provided
    |  |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
    |  \- org.apache.maven:maven-artifact:jar:3.1.0:provided
    |     \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
    \- org.apache.maven:maven-core:jar:3.1.0:provided
       +- org.apache.maven:maven-settings:jar:3.1.0:provided
       |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
       +- org.apache.maven:maven-settings-builder:jar:3.1.0:provided
       |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
       +- org.apache.maven:maven-repository-metadata:jar:3.1.0:provided
       |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
       +- org.apache.maven:maven-model-builder:jar:3.1.0:provided
       |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
       +- org.apache.maven:maven-aether-provider:jar:3.1.0:provided
       |  \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for duplicate)
       \- (org.codehaus.plexus:plexus-utils:jar:3.0.10:provided - omitted for conflict with 2.0.6)

  • org.eclipse.aether:aether-api

    @@ -396,12 +396,12 @@ +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.1.0:provided
       +- org.apache.maven:maven-aether-provider:jar:3.1.0:provided
       |  +- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for duplicate)
       |  \- org.eclipse.aether:aether-spi:jar:0.9.0.M2:provided
       |     \- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for duplicate)
       +- org.eclipse.aether:aether-impl:jar:0.9.0.M2:provided
       |  \- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for duplicate)
       \- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for conflict with 1.1.0)

  • 0.9.0.M2
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      \- org.apache.maven:maven-core:jar:3.1.0:provided
         +- org.apache.maven:maven-aether-provider:jar:3.1.0:provided
         |  +- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for duplicate)
         |  \- org.eclipse.aether:aether-spi:jar:0.9.0.M2:provided
         |     \- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for duplicate)
         +- org.eclipse.aether:aether-impl:jar:0.9.0.M2:provided
         |  \- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for duplicate)
         \- (org.eclipse.aether:aether-api:jar:0.9.0.M2:provided - omitted for conflict with 1.1.0)

    1.1.0
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      +- org.eclipse.aether:aether-api:jar:1.1.0:compile
      \- org.eclipse.aether:aether-util:jar:1.1.0:compile
         \- (org.eclipse.aether:aether-api:jar:1.1.0:compile - omitted for duplicate)

    +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    +- org.eclipse.aether:aether-api:jar:1.1.0:compile
    \- org.eclipse.aether:aether-util:jar:1.1.0:compile
       \- (org.eclipse.aether:aether-api:jar:1.1.0:compile - omitted for duplicate)

  • org.eclipse.aether:aether-util

    @@ -413,12 +413,12 @@ +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    \- org.apache.maven:maven-core:jar:3.1.0:provided
       +- org.apache.maven:maven-aether-provider:jar:3.1.0:provided
       |  \- (org.eclipse.aether:aether-util:jar:0.9.0.M2:provided - omitted for duplicate)
       +- org.eclipse.aether:aether-impl:jar:0.9.0.M2:provided
       |  \- (org.eclipse.aether:aether-util:jar:0.9.0.M2:provided - omitted for duplicate)
       \- (org.eclipse.aether:aether-util:jar:0.9.0.M2:provided - omitted for conflict with 1.1.0)

  • 0.9.0.M2
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      \- org.apache.maven:maven-core:jar:3.1.0:provided
         +- org.apache.maven:maven-aether-provider:jar:3.1.0:provided
         |  \- (org.eclipse.aether:aether-util:jar:0.9.0.M2:provided - omitted for duplicate)
         +- org.eclipse.aether:aether-impl:jar:0.9.0.M2:provided
         |  \- (org.eclipse.aether:aether-util:jar:0.9.0.M2:provided - omitted for duplicate)
         \- (org.eclipse.aether:aether-util:jar:0.9.0.M2:provided - omitted for conflict with 1.1.0)

    1.1.0
      -
    1. org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.3
      \- org.eclipse.aether:aether-util:jar:1.1.0:compile

    +
  • org.apache.commons:commons-weaver-maven-plugin:maven-plugin:1.4-SNAPSHOT
    \- org.eclipse.aether:aether-util:jar:1.1.0:compile

  • Modified: websites/production/commons/content/proper/commons-weaver/dependency-info.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/dependency-info.html (original) +++ websites/production/commons/content/proper/commons-weaver/dependency-info.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Commons Weaver – Dependency Information @@ -43,8 +43,8 @@ Apache Commons Weaver ™

    Apache Buildr

    -
    'org.apache.commons:commons-weaver-base:pom:1.3'
    +
    'org.apache.commons:commons-weaver-base:pom:1.4-SNAPSHOT'

    Apache Ivy

    -
    <dependency org="org.apache.commons" name="commons-weaver-base" rev="1.3">
    +
    <dependency org="org.apache.commons" name="commons-weaver-base" rev="1.4-SNAPSHOT">
       <artifact name="commons-weaver-base" type="pom" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.apache.commons', module='commons-weaver-base', version='1.3')
    +@Grab(group='org.apache.commons', module='commons-weaver-base', version='1.4-SNAPSHOT')
     )

    Gradle/Grails

    -
    compile 'org.apache.commons:commons-weaver-base:1.3'
    +
    compile 'org.apache.commons:commons-weaver-base:1.4-SNAPSHOT'

    Scala SBT

    -
    libraryDependencies += "org.apache.commons" % "commons-weaver-base" % "1.3"
    +
    libraryDependencies += "org.apache.commons" % "commons-weaver-base" % "1.4-SNAPSHOT"

    Leiningen

    -
    [org.apache.commons/commons-weaver-base "1.3"]
    +
    [org.apache.commons/commons-weaver-base "1.4-SNAPSHOT"]
    Modified: websites/production/commons/content/proper/commons-weaver/distribution-management.html ============================================================================== --- websites/production/commons/content/proper/commons-weaver/distribution-management.html (original) +++ websites/production/commons/content/proper/commons-weaver/distribution-management.html Thu Oct 20 15:09:44 2016 @@ -1,13 +1,13 @@ - + Commons Weaver – Project Distribution Management @@ -43,8 +43,8 @@ Apache Commons Weaver ™