Skip to content

Commit 40fb301

Browse files
authored
prepared release 0.4.0 (#28)
* prepared release 0.4.0
1 parent f8ca745 commit 40fb301

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
[57]: http://www.eclipse.org/legal/epl-v10.html
7777
[26]: https://github.com/exasol/exasol-testcontainers
7878
[34]: https://www.jacoco.org/jacoco/trunk/doc/maven.html
79-
[24]: https://github.com/hamcrest/JavaHamcrest/hamcrest-all
8079
[23]: https://github.com/mockito/mockito/blob/main/LICENSE
8180
[60]: http://zlika.github.io/reproducible-build-maven-plugin
8281
[66]: http://maven.apache.org/plugins/maven-jar-plugin/
@@ -88,6 +87,7 @@
8887
[68]: http://maven.apache.org/plugins/maven-install-plugin/
8988
[18]: https://junit.org/junit5/
9089
[48]: https://sonatype.github.io/ossindex-maven/maven-plugin/
90+
[24]: https://github.com/hamcrest/JavaHamcrest/
9191
[28]: https://testcontainers.org
9292
[42]: https://maven.apache.org/plugins/maven-source-plugin/
9393
[14]: http://www.slf4j.org

doc/changes/changes_0.4.0.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# udf-debugging-java 0.4.0, released 2021-XX-XX
1+
# udf-debugging-java 0.4.0, released 2021-07-16
22

3-
Code name:
3+
Code name: Added JProfiler Module
44

55
## Features / Enhancements
66

@@ -20,23 +20,28 @@ Code name:
2020

2121
### Compile Dependency Updates
2222

23-
* Added `com.exasol:bucketfs-java:1.0.0`
23+
* Added `com.exasol:bucketfs-java:2.0.1`
2424
* Updated `com.exasol:error-reporting-java:0.2.0` to `0.4.0`
25-
* Added `com.exasol:exasol-test-setup-abstraction-java:0.1.0`
25+
* Added `com.exasol:exasol-test-setup-abstraction-java:0.1.1`
2626
* Removed `com.exasol:exasol-testcontainers:3.3.1`
27-
* Updated `com.exasol:test-db-builder-java:2.0.0` to `3.1.1`
27+
* Updated `com.exasol:test-db-builder-java:2.0.0` to `3.2.0`
28+
* Added `org.apache.commons:commons-compress:1.21`
29+
* Updated `org.jacoco:org.jacoco.core:0.8.6` to `0.8.7`
30+
* Updated `org.slf4j:slf4j-api:1.7.30` to `1.7.31`
2831

2932
### Test Dependency Updates
3033

31-
* Added `com.exasol:exasol-testcontainers:3.5.2`
32-
* Updated `org.junit.jupiter:junit-jupiter-engine:5.6.2` to `5.7.1`
33-
* Updated `org.junit.jupiter:junit-jupiter-params:5.6.2` to `5.7.1`
34+
* Added `com.exasol:exasol-testcontainers:3.5.3`
35+
* Updated `org.jacoco:org.jacoco.agent:0.8.6` to `0.8.7`
36+
* Updated `org.junit.jupiter:junit-jupiter-engine:5.6.2` to `5.7.2`
37+
* Updated `org.junit.jupiter:junit-jupiter-params:5.6.2` to `5.7.2`
3438
* Removed `org.junit.platform:junit-platform-runner:1.6.2`
35-
* Updated `org.mockito:mockito-core:3.6.0` to `3.8.0`
36-
* Updated `org.testcontainers:junit-jupiter:1.14.3` to `1.15.2`
39+
* Updated `org.mockito:mockito-core:3.6.0` to `3.11.2`
40+
* Updated `org.testcontainers:junit-jupiter:1.14.3` to `1.15.3`
3741

3842
### Plugin Dependency Updates
3943

4044
* Added `com.exasol:error-code-crawler-maven-plugin:0.5.0`
41-
* Updated `com.exasol:project-keeper-maven-plugin:0.3.0` to `0.9.0`
45+
* Updated `com.exasol:project-keeper-maven-plugin:0.3.0` to `0.10.0`
4246
* Added `io.github.zlika:reproducible-build-maven-plugin:0.13`
47+
* Updated `org.jacoco:jacoco-maven-plugin:0.8.6` to `0.8.7`

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.exasol</groupId>
66
<artifactId>udf-debugging-java</artifactId>
7-
<version>0.4.0-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
<name>udf-debugging-java</name>
99
<description>Utilities for debugging, profiling and code coverage measure for UDFs.</description>
1010
<url>https://github.com/exasol/udf-debugging-java</url>
@@ -367,6 +367,9 @@
367367
<module>maven_central</module>
368368
<module>integration_tests</module>
369369
</modules>
370+
<linkReplacements>
371+
https://github.com/hamcrest/JavaHamcrest/hamcrest-all|https://github.com/hamcrest/JavaHamcrest/
372+
</linkReplacements>
370373
</configuration>
371374
</plugin>
372375
<plugin>

0 commit comments

Comments
 (0)