Skip to content

Commit 0992151

Browse files
authored
#18: Fixed broken url (#24)
1 parent 637b261 commit 0992151

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/changes/changes_0.4.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Code name:
1010

1111
* #11: Removed exasol-testconatiner compile dependency
1212

13+
## Bug Fixes:
14+
15+
* #18: Fixed Broken URL link in the pom.xml
16+
1317
## Dependency Updates
1418

1519
### Compile Dependency Updates

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>0.4.0</version>
88
<name>udf-debugging-java</name>
99
<description>Utilities for debugging, profiling and code coverage measure for UDFs.</description>
10-
<url>https://github.com/exasol/udf-debugging-javat</url>
10+
<url>https://github.com/exasol/udf-debugging-java</url>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)