diff --git a/owldiff-cli/pom.xml b/owldiff-cli/pom.xml index b8ae004..eb8ff2d 100644 --- a/owldiff-cli/pom.xml +++ b/owldiff-cli/pom.xml @@ -33,36 +33,30 @@ org.slf4j slf4j-api - 2.0.3 ch.qos.logback logback-core - 1.4.4 ch.qos.logback logback-classic - 1.4.4 org.projectlombok lombok - 1.18.24 info.picocli picocli - 4.7.0 - org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.3.0 true @@ -76,9 +70,8 @@ - org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.6.0 diff --git a/owldiff-core/pom.xml b/owldiff-core/pom.xml index 3d817c1..3dddbbe 100644 --- a/owldiff-core/pom.xml +++ b/owldiff-core/pom.xml @@ -24,6 +24,22 @@ jar OWLDiff Core Library + + + net.sourceforge.owlapi + owlapi-distribution + + + cz.cvut.kbss + explanations + + + org.junit.jupiter + junit-jupiter + test + + + @@ -33,17 +49,15 @@ - org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.3.1 UTF-8 - org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 package @@ -54,9 +68,8 @@ - org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.6.0 @@ -69,9 +82,8 @@ - org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.5.0 UTF-8 @@ -88,21 +100,4 @@ - - - net.sourceforge.owlapi - owlapi-distribution - 5.1.16 - - - cz.cvut.kbss - explanations - 0.91 - - - org.junit.jupiter - junit-jupiter - test - - diff --git a/owldiff-parent/pom.xml b/owldiff-parent/pom.xml index 9a8b13d..920f4ec 100644 --- a/owldiff-parent/pom.xml +++ b/owldiff-parent/pom.xml @@ -48,7 +48,7 @@ Peter Butka - peter. butka@gmail.com + peter.butka@gmail.com CVUT @@ -69,14 +69,12 @@ - org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 - org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.11.0 UTF-8 14 @@ -85,20 +83,38 @@ maven-surefire-plugin - 3.0.0-M6 + 3.2.3 org.apache.maven.wagon wagon-ssh - 3.4.1 + 3.5.2 + + + github + GitHub Packages + https://maven.pkg.github.com/psiotwo/owldiff + + + + + org.junit.jupiter + junit-jupiter + 5.10.0 + + + net.sourceforge.owlapi + owlapi-distribution + 5.1.16 + org.junit junit-bom @@ -106,14 +122,36 @@ pom import + + org.slf4j + slf4j-api + 2.0.3 + + + ch.qos.logback + logback-core + 1.4.4 + + + ch.qos.logback + logback-classic + 1.4.4 + + + org.projectlombok + lombok + 1.18.24 + + + info.picocli + picocli + 4.7.0 + + + cz.cvut.kbss + explanations + 0.91 + - - - - github - GitHub Packages - https://maven.pkg.github.com/psiotwo/owldiff - - diff --git a/owldiff-standalone/pom.xml b/owldiff-standalone/pom.xml index d0826f7..a647f91 100644 --- a/owldiff-standalone/pom.xml +++ b/owldiff-standalone/pom.xml @@ -34,12 +34,25 @@ + + + cz.cvut.kbss + owldiff-core + ${project.version} + jar + + + org.junit.jupiter + junit-jupiter + test + + + - org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + 3.2.3 **/*Test.java @@ -48,9 +61,8 @@ - org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.3.0 true @@ -65,19 +77,19 @@ - org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.6.0 - - src/main/assembly/zip-bin-descriptor.xml - + + + src/main/assembly/zip-bin-descriptor.xml + + - org.apache.maven.plugins maven-source-plugin - 2.0 + 3.3.0 package @@ -88,9 +100,8 @@ - org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.5.0 UTF-8 @@ -104,27 +115,12 @@ - org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.3.1 UTF-8 - - - cz.cvut.kbss - owldiff-core - ${project.version} - jar - - - junit - junit - 4.13.1 - test - - diff --git a/pom.xml b/pom.xml index 49bc288..f633bba 100644 --- a/pom.xml +++ b/pom.xml @@ -12,36 +12,36 @@ --> - 4.0.0 - cz.cvut.kbss - owldiff - pom - OWLDiff - 0.2.1 - OWLDiff - diff of OWL ontologies - - - github - GitHub Packages - https://maven.pkg.github.com/psiotwo/owldiff - - - - owldiff-parent - owldiff-core - owldiff-cli - owldiff-standalone - - - - - - org.apache.maven.wagon - wagon-ssh - 3.4.1 - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + cz.cvut.kbss + owldiff + pom + OWLDiff + 0.2.1 + OWLDiff - diff of OWL ontologies + + + github + GitHub Packages + https://maven.pkg.github.com/psiotwo/owldiff + + + + owldiff-parent + owldiff-core + owldiff-cli + owldiff-standalone + + + + + + org.apache.maven.wagon + wagon-ssh + 3.5.2 + + +