You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by pr...@apache.org on 2018/05/14 04:20:04 UTC

svn commit: r1831535 - in /comdev/projects.apache.org/trunk/site/json/foundation: projects.json releases-files.json releases.json

Author: projects_role
Date: Mon May 14 04:20:03 2018
New Revision: 1831535

URL: http://svn.apache.org/viewvc?rev=1831535&view=rev
Log:
updating projects data

Modified:
    comdev/projects.apache.org/trunk/site/json/foundation/projects.json
    comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
    comdev/projects.apache.org/trunk/site/json/foundation/releases.json

Modified: comdev/projects.apache.org/trunk/site/json/foundation/projects.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/projects.json?rev=1831535&r1=1831534&r2=1831535&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/projects.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/projects.json Mon May 14 04:20:03 2018
@@ -2630,6 +2630,12 @@
 "programming-language": "Ruby",
 "release": [
 {
+"created": "2018-05-10",
+"description": "\n* Fixed:  Ensure that the username and passwords declared for repositories are correctly url encoded for\n          the upload repositories when converted to a URL. (i.e. Ensure `Buildr.repositories.release_to`\n          and `Buildr.repositories.snapshot_to` settings can have usernames and passwords with special\n          characters).\n* Added:  Add support for allowing some dependencies to include transitive dependencies via the\n          `pom.include_transitive_dependencies` configuration setting.\n* Added:  Add support for adding dependencies to the pom via the `pom.additional_dependencies` configuration\n          setting. These dependencies are `compile` scope and are in addition to any derived from the normal\n          compile dependencies.\n* Fixed:  GWT Addon: Use version `1.0.2` of the `com.google.jsinterop:jsinterop-annotations:jar` artifact\n          when using GWT 2.8.2 to align with version shipped with GWT.\n* Fixed:  Dependencies added as `pom.p
 rovided_dependencies` or `pom.runtime_dependencies` and not included\n          as compile dependencies were incorrectly omitted from pom.\n* Fixed:  Dependencies added as `pom.provided_dependencies` and `pom.runtime_dependencies` were being\n          incorrectly duplicated within the pom dependencies section. Now provided dependency scope takes\n          precedence over runtime scoped dependency.\n* Fixed:  Dependencies added to POMs will specify the classifier unless it is the default value.\n* Added:  Add the `project.pom.dependency_filter` configuration property that can be set to a proc. The proc\n          accepts a dependency and returns a boolean that determines whether the dependency is included in\n          the generated pom or not.\n* Fixed:  POMs generated by Buildr use the parent pom `org.sonatype.oss:oss-parent:pom:7` but this\n          generates a warning in the latest version of Maven. Modern versions of Maven would thus\n          ignore transitive dependencies 
 declared in the pom. The parent pom has now been upgraded\n          to `org.sonatype.oss:oss-parent:pom:8` which will result in modern Maven correctly picking\n          up transitive dependencies.\n* Change: JaCoCo Addon: Update JaCoCo version to 0.8.0 which in turns supports Java9.\n* Added:  GWT Addon: Added support for `:gwtc_args` parameter to supply arbitrary parameters to\n          the GWT compiler.\n* Added:  Add support for sha512 digests to be generated for files during the upload. This is typically\n          configured by adding `sha512` to the list of digests via a line such as:\n          `repositories.release_to[:options] = {:digests => [:md5, :sha1, :sha512]}`\n* Fixed:  The default upload tasks would often get a ReadTimeout when uploading using http to a remote\n          server that did not have `KeepAlive` socket option enabled and the upload took more than 60\n          seconds (the default socket read timeout). Some commercial maven repositories could trigger\
 n          this scenario during upload of even modest size artifacts. Default the read_timeout to 10 minutes\n          when during upload to work address this issue.\n\n        ",
+"name": "1.5.6",
+"revision": "1.5.6"
+},
+{
 "created": "2017-12-06",
 "description": "\n* Fixed:  The concatenation extension released as part of 1.5.4 changed the way zip archives were\n          constructed so that entries for some intermediate directories were elided. For most consumers\n          of zip files this had no impact but some tools require the entries during scanning. (i.e. Older\n          versions of Jruby that loaded ruby scripts from within a jar).\n* Added:  IDEA Extension: Added support for passing `:iml_name` parameter to `ipr.add_gwt_configuration`\n\n        ",
 "name": "1.5.5",
@@ -4067,65 +4073,6 @@
 ],
 "shortdesc": "Commons Daemon"
 },
-"commons-dbcp": {
-"bug-database": "http://issues.apache.org/jira/browse/DBCP",
-"category": "library",
-"description": "Commons Database Connection Pooling",
-"doap": "http://svn.apache.org/repos/asf/commons/cms-site/trunk/doap/doap_dbcp.rdf",
-"download-page": "http://commons.apache.org/dbcp/download_dbcp.cgi",
-"homepage": "http://commons.apache.org/dbcp/",
-"license": "http://usefulinc.com/doap/licenses/asl20",
-"mailing-list": "http://commons.apache.org/mail-lists.html",
-"name": "Apache Commons DBCP",
-"pmc": "commons",
-"programming-language": "Java",
-"release": [
-{
-"created": "2015-08-06",
-"name": "commons-dbcp2",
-"revision": "2.1.1"
-},
-{
-"created": "2015-02-23",
-"name": "commons-dbcp2",
-"revision": "2.1"
-},
-{
-"created": "2014-05-24",
-"name": "commons-dbcp2",
-"revision": "2.0.1"
-},
-{
-"created": "2014-03-03",
-"name": "commons-dbcp2",
-"revision": "2.0"
-},
-{
-"created": "2010-02-14",
-"name": "commons-dbcp",
-"revision": "1.3"
-},
-{
-"created": "2010-02-14",
-"name": "commons-dbcp",
-"revision": "1.4"
-},
-{
-"created": "2007-04-04",
-"name": "commons-dbcp",
-"revision": "1.2.2"
-},
-{
-"created": "2004-06-07",
-"name": "commons-dbcp",
-"revision": "1.2.1"
-}
-],
-"repository": [
-"http://svn.apache.org/repos/asf/commons/proper/dbcp"
-],
-"shortdesc": "Commons Database Connection Pooling"
-},
 "commons-dbutils": {
 "bug-database": "http://issues.apache.org/jira/browse/DBUTILS",
 "category": "library",
@@ -11813,8 +11760,8 @@
 }
 ],
 "repository": [
-"http://svn.apache.org/repos/asf/opennlp",
-"https://github.com/apache/opennlp.git"
+"https://github.com/apache/opennlp.git",
+"http://svn.apache.org/repos/asf/opennlp"
 ],
 "shortdesc": "Apache OpenNLP library software is a machine learning based toolkit for the processing of natural language text.."
 },

Modified: comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json?rev=1831535&r1=1831534&r2=1831535&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json Mon May 14 04:20:03 2018
@@ -4229,8 +4229,8 @@
 "maven-docck-plugin-1.1": [
 "maven/plugins/maven-docck-plugin-1.1-source-release.zip"
 ],
-"maven-ear-plugin-3.0.0": [
-"maven/plugins/maven-ear-plugin-3.0.0-source-release.zip"
+"maven-ear-plugin-3.0.1": [
+"maven/plugins/maven-ear-plugin-3.0.1-source-release.zip"
 ],
 "maven-ejb-plugin-3.0.1": [
 "maven/plugins/maven-ejb-plugin-3.0.1-source-release.zip"
@@ -4385,8 +4385,8 @@
 "maven-verifier-plugin-1.1": [
 "maven/plugins/maven-verifier-plugin-1.1-source-release.zip"
 ],
-"maven-war-plugin-3.2.0": [
-"maven/plugins/maven-war-plugin-3.2.0-source-release.zip"
+"maven-war-plugin-3.2.1": [
+"maven/plugins/maven-war-plugin-3.2.1-source-release.zip"
 ],
 "surefire-2.21.0": [
 "maven/surefire/surefire-2.21.0-source-release.zip"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/releases.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/releases.json?rev=1831535&r1=1831534&r2=1831535&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/releases.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases.json Mon May 14 04:20:03 2018
@@ -1392,7 +1392,7 @@
 "maven-deploy-plugin-2.8.2": "2014-09-02",
 "maven-doap-plugin-1.2": "2015-03-16",
 "maven-docck-plugin-1.1": "2015-04-08",
-"maven-ear-plugin-3.0.0": "2018-03-12",
+"maven-ear-plugin-3.0.1": "2018-05-13",
 "maven-ejb-plugin-3.0.1": "2018-05-09",
 "maven-filtering-3.1.1": "2016-06-02",
 "maven-fluido-skin-1.7": "2018-01-04",
@@ -1444,7 +1444,7 @@
 "maven-toolchains-plugin-1.1": "2014-11-15",
 "maven-verifier-1.6": "2015-06-26",
 "maven-verifier-plugin-1.1": "2015-04-14",
-"maven-war-plugin-3.2.0": "2017-10-07",
+"maven-war-plugin-3.2.1": "2018-05-13",
 "surefire-2.21.0": "2018-03-06",
 "wagon-3.0.0": "2017-08-17"
 },