Skip to content

Commit

Permalink
TBS-4421 update log4j to 2.17.0
Browse files Browse the repository at this point in the history
also bump version number to 0.8.2-tq-4 and update deploy instructions
  • Loading branch information
treimanntq committed Dec 27, 2021
1 parent 3dd9e19 commit 3f115a8
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This branch is version `0.8.2-tq-3`, a patch on top of RDF Delta 0.8.2
that uses Jena 3.16.0 and Log4j 2.16.0. To deploy to TQ's repository:
This branch is version `0.8.2-tq-4`, a patch on top of RDF Delta 0.8.2
that uses Jena 3.16.0 and Log4j 2.17.0. To deploy to TQ's repository:

```
mvn clean deploy -DaltDeploymentRepository=tq-all::default::https://nexus.topquadrant.com/repository/tq-all
mvn deploy
```

---
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<packaging>pom</packaging>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>

<name>RDF Delta</name>
<url>https://afs.github.io/rdf-delta/</url>
Expand Down Expand Up @@ -69,7 +69,7 @@
<build.time.xsd>${maven.build.timestamp}</build.time.xsd>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<ver.delta>0.8.2-tq-3</ver.delta>
<ver.delta>0.8.2-tq-4</ver.delta>
<ver.jena>3.16.0</ver.jena>

<!-- Jena 3.14.0 <ver.jetty>9.4.12.v20180830</ver.jetty> -->
Expand All @@ -78,7 +78,7 @@
<ver.junit>4.12</ver.junit>
<ver.slf4j>1.7.26</ver.slf4j>
<ver.log4j>1.2.17</ver.log4j>
<ver.log4j2>2.16.0</ver.log4j2>
<ver.log4j2>2.17.0</ver.log4j2>
<ver.rocksdb>6.1.2</ver.rocksdb>
<ver.curator>4.2.0</ver.curator>
<ver.aws-s3>1.11.512</ver.aws-s3>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-cmds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-fuseki-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-fuseki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-server-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-server-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-server-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-delta-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rdf-patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.seaborne.rdf-delta</groupId>
<artifactId>rdf-delta</artifactId>
<version>0.8.2-tq-3</version>
<version>0.8.2-tq-4</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 3f115a8

Please sign in to comment.