[dev-java/slf4j-*] bump

This commit is contained in:
2020-08-16 16:26:13 +02:00
parent 6c2cbe28e1
commit 78321d1ae7
18 changed files with 53 additions and 60 deletions

View File

@@ -9,7 +9,7 @@
<property file="${user.home}/.m2/maven.properties"/>
<property file="maven-build.properties"/>
<property name="maven.build.finalName" value="slf4j-simple-1.7.26"/>
<property name="maven.build.finalName" value="slf4j-simple-1.7.30"/>
<property name="maven.build.dir" value="target"/>
<property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
<property name="maven.build.srcDir.0" value="src/main/java"/>
@@ -29,11 +29,11 @@
<!-- ====================================================================== -->
<path id="build.classpath">
<pathelement location="${maven.repo.local}/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar"/>
<pathelement location="${maven.repo.local}/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar"/>
</path>
<path id="build.test.classpath">
<pathelement location="${maven.repo.local}/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar"/>
<pathelement location="${maven.repo.local}/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26-tests.jar"/>
<pathelement location="${maven.repo.local}/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar"/>
<pathelement location="${maven.repo.local}/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-tests.jar"/>
<pathelement location="${maven.repo.local}/junit/junit/4.12/junit-4.12.jar"/>
<pathelement location="${maven.repo.local}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
</path>