Andrius Merkys pushed to branch upstream at Debian Java Maintainers / 
jsonld-java


Commits:
92350c75 by Andrius Merkys at 2021-12-15T01:15:27-05:00
New upstream version 0.13.4
- - - - -


5 changed files:

- .travis.yml
- README.md
- core/pom.xml
- − core/src/test/resources/log4j.properties
- pom.xml


Changes:

=====================================
.travis.yml
=====================================
@@ -9,3 +9,7 @@ after_success:
 arch:
   - amd64
   - ppc64le
+
+cache:
+  directories:
+  - $HOME/.m2


=====================================
README.md
=====================================
@@ -16,7 +16,7 @@ From Maven
     <dependency>
         <groupId>com.github.jsonld-java</groupId>
         <artifactId>jsonld-java</artifactId>
-        <version>0.13.3</version>
+        <version>0.13.4</version>
     </dependency>
 
 Code example
@@ -323,11 +323,11 @@ Here is the basic outline for what your module's pom.xml 
should look like
   <parent>
     <groupId>com.github.jsonld-java</groupId>
     <artifactId>jsonld-java-parent</artifactId>
-    <version>0.13.3</version>
+    <version>0.13.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jsonld-java-{your module}</artifactId>
-  <version>0.13.3-SNAPSHOT</version>
+  <version>0.13.4-SNAPSHOT</version>
   <name>JSONLD Java :: {your module name}</name>
   <description>JSON-LD Java integration module for {RDF Library your module 
integrates}</description>
   <packaging>jar</packaging>
@@ -449,6 +449,11 @@ Alternatively, we can also host your repository in the 
jsonld-java organisation
 
 CHANGELOG
 =========
+### 2021-12-13
+* Release 0.13.4
+* Switch test logging from log4j to logback (Patch by @ansell)
+* Improve Travis CI build Performance (Patch by @YunLemon)
+
 ### 2021-03-06
 * Release 0.13.3
 * Fix @type when subject and object are the same (Reported by @barthanssens, 
Patch by @umbreak)


=====================================
core/pom.xml
=====================================
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>jsonld-java-parent</artifactId>
                <groupId>com.github.jsonld-java</groupId>
-               <version>0.13.3</version>
+               <version>0.13.4</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>jsonld-java</artifactId>
@@ -53,8 +53,8 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-log4j12</artifactId>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>


=====================================
core/src/test/resources/log4j.properties deleted
=====================================
@@ -1,5 +0,0 @@
-log4j.rootLogger=INFO, R
-
-log4j.appender.R=org.apache.log4j.ConsoleAppender
-log4j.appender.R.layout=org.apache.log4j.PatternLayout
-log4j.appender.R.layout.ConversionPattern=[%d] %-5p (%c:%L) %m%n


=====================================
pom.xml
=====================================
@@ -4,7 +4,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>com.github.jsonld-java</groupId>
        <artifactId>jsonld-java-parent</artifactId>
-       <version>0.13.3</version>
+       <version>0.13.4</version>
        <name>JSONLD Java :: Parent</name>
        <description>Json-LD Java Parent POM</description>
        <packaging>pom</packaging>
@@ -43,7 +43,8 @@
                <httpcore.version>4.4.14</httpcore.version>
                <jackson.version>2.11.4</jackson.version>
                <junit.version>4.13.2</junit.version>
-               <slf4j.version>1.7.30</slf4j.version>
+               <slf4j.version>1.7.32</slf4j.version>
+               <logback.version>1.2.7</logback.version>
 
                <last-compare-version>0.11.0</last-compare-version>
        </properties>
@@ -96,9 +97,9 @@
                                <scope>runtime</scope>
                        </dependency>
                        <dependency>
-                               <groupId>org.slf4j</groupId>
-                               <artifactId>slf4j-log4j12</artifactId>
-                               <version>${slf4j.version}</version>
+                               <groupId>ch.qos.logback</groupId>
+                               <artifactId>logback-classic</artifactId>
+                               <version>${logback.version}</version>
                                <scope>test</scope>
                        </dependency>
                        <dependency>



View it on GitLab: 
https://salsa.debian.org/java-team/jsonld-java/-/commit/92350c755f98dcc40b2485443c98fa0f6d19a49e

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jsonld-java/-/commit/92350c755f98dcc40b2485443c98fa0f6d19a49e
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to