You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2022/01/25 09:19:27 UTC

[jena] branch main updated (666f563 -> 40c0bb8)

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

kinow pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from 666f563  Merge pull request #1174 from afs/sse-qtriple
     new 9def361  Update Yarn, was 0.16.1, now 1.22.17
     new 40c0bb8  Use yarn install --frozen-lockfile

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jena-fuseki2/jena-fuseki-ui/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[jena] 01/02: Update Yarn, was 0.16.1, now 1.22.17

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 9def361a59b644f9d4c055070fe7aa726387270b
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Jan 25 19:46:35 2022 +1300

    Update Yarn, was 0.16.1, now 1.22.17
---
 jena-fuseki2/jena-fuseki-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml b/jena-fuseki2/jena-fuseki-ui/pom.xml
index 6cc4b0a..ea50b09 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -31,7 +31,7 @@
 
     <properties>
         <node.version>v16.13.1</node.version>
-        <yarn.version>v0.16.1</yarn.version>
+        <yarn.version>v1.22.17</yarn.version>
     </properties>
 
     <build>

[jena] 02/02: Use yarn install --frozen-lockfile

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 40c0bb844ee2a447a765f13babe5031789af4315
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Jan 25 19:48:38 2022 +1300

    Use yarn install --frozen-lockfile
---
 jena-fuseki2/jena-fuseki-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml b/jena-fuseki2/jena-fuseki-ui/pom.xml
index ea50b09..e931318 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -57,7 +57,7 @@
                             <goal>yarn</goal>
                         </goals>
                         <configuration>
-                            <arguments>install</arguments>
+                            <arguments>install --frozen-lockfile</arguments>
                         </configuration>
                     </execution>
                     <execution>