Skip to content

Commit 771aa2e

Browse files
Maven central
1 parent e391ab2 commit 771aa2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/1.x/string-utils-1.1.0.jar

103 Bytes
Binary file not shown.

pom-mavencentral.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<artifactId>maven-jar-plugin</artifactId>
102102
<version>3.0.2</version>
103103
<configuration>
104-
<outputDirectory>${project.build.directory}/../dist/${version.major}.x</outputDirectory>
104+
<outputDirectory>${project.basedir}/dist/${version.major}.x</outputDirectory>
105105
</configuration>
106106
</plugin>
107107

0 commit comments

Comments
 (0)