You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2021/02/20 02:30:47 UTC

[incubator-flagon-useralejs] branch test updated: minor updates/fixes to CHANGELOG, README, DOAP

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new cdadf8c  minor updates/fixes to CHANGELOG, README, DOAP
cdadf8c is described below

commit cdadf8c4243089caf3c8c6f7c276399c694ea6d3
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 19 21:30:31 2021 -0500

    minor updates/fixes to CHANGELOG, README, DOAP
---
 CHANGELOG.md        | 10 ++++++++++
 README.md           |  2 +-
 doap-userale.js.rdf | 18 +++++++++---------
 3 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index dae9003..5370b82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 Changelog
 =========
+Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.1.1
+* [Closed Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/3)
+    * Minor updates to resolve extant vulnerabilities in dependency tree
+    * Minor updates to update deprecated downstream dev dependencies
+    * Minor updates to build pipelines to accommodate dependency updates
+    * Minor changes to documentation
+    * Minor QOL upgrades to UserALE.js repository (CI, Dependabot)
+
 Apache Flagon UserALE.js (Incubating) 2.1.0 (2020-02-07)
 -------------------------------
 * Release Notes - Flagon - Version UserALE.js 2.1.0
diff --git a/README.md b/README.md
index d3d0baf..9fc4243 100644
--- a/README.md
+++ b/README.md
@@ -301,7 +301,7 @@ For more guidance on modifying Flagon UserALE src code, check out [the guide on
 
 ## Contributing
 
-Contributions are welcome!  Simply [submit an issue report](https://github.com/apache/incubator-flagon-useralejs/issues). Pull requests are welcome.  The core team will review it and work with you to incorporate it into UserALE.js. If you want to become a contributor to the project, see our [contribution guide](http://flagon.incubator.apache.org/docs/contributing/). 
+Contributions are welcome!  Simply [submit an issue](https://github.com/apache/incubator-flagon-useralejs/issues). Pull requests are welcome.  The core team will review it and work with you to incorporate it into UserALE.js. If you want to become a contributor to the project, see our [contribution guide](http://flagon.incubator.apache.org/docs/contributing/). 
 
 Join the conversation: tell us your needs, wishes, and interests by joining our [mailing list](dev-subscribe@flagon.incubator.apache.org)!
 
diff --git a/doap-userale.js.rdf b/doap-userale.js.rdf
index 9731ee2..c16116f 100755
--- a/doap-userale.js.rdf
+++ b/doap-userale.js.rdf
@@ -29,28 +29,28 @@
         <asfext:pmc rdf:resource="http://flagon.incubator.apache.org" />
         <shortdesc>UserALE.js is the UserALE client for DOM and JavaScript-based applications.</shortdesc>
         <description>UserALE.js is the UserALE client for DOM and JavaScript-based applications. It automatically attaches event handlers to log every user interaction on a web page, including rich JS single-page apps.</description>
-        <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLAGON" />
-        <mailing-list rdf:resource="https://cwiki.apache.org/confluence/x/whTiAw" />
-        <download-page rdf:resource="https://cwiki.apache.org/confluence/x/whTiAw" />
+        <bug-database rdf:resource="https://github.com/apache/incubator-flagon-useralejs/issues" />
+        <mailing-list rdf:resource="dev@flagon.apache.org" />
+        <download-page rdf:resource="http://flagon.incubator.apache.org/releases/" />
         <programming-language>Javascript</programming-language>
         <category rdf:resource="https://projects.apache.org/projects.html?category#Library" />
         <release>
             <Version>
                 <name>2.1.1 release</name>
-                <created>2020-02-11</created>
+                <created>2020-02-20</created>
                 <revision>2.1.1</revision>
             </Version>
         </release>
         <repository>
-            <SVNRepository>
-                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-flagon-useralejs.git"/>
+            <GITRepository>
+                <location rdf:resource="https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git"/>
                 <browse rdf:resource="https://github.com/apache/incubator-flagon-useralejs"/>
-            </SVNRepository>
+            </GITRepository>
         </repository>
         <maintainer>
             <foaf:Person>
-                <foaf:name>Flagon Development Team</foaf:name>
-                <foaf:mbox rdf:resource="mailto:dev@flagon.incubator.apache.org"/>
+                <foaf:name>Joshua Poore</foaf:name>
+                <foaf:mbox rdf:resource="mailto:poorejc@apache.org"/>
             </foaf:Person>
         </maintainer>
     </Project>