We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6480826 commit ede1142Copy full SHA for ede1142
pom.xml
@@ -1,9 +1,9 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
- <groupId>qaload.jmeter</groupId>
+ <groupId>io.github.qaload</groupId>
5
<artifactId>SharedHashMap</artifactId>
6
- <version>0.1.0</version>
+ <version>0.1.1</version>
7
<name>SharedHashMap</name>
8
<description>Apache.JMeter library: SharedHashMap</description>
9
@@ -37,6 +37,6 @@
37
38
<!-- Build Settings -->
39
<build>
40
- <finalName>SharedHashMap</finalName>
+ <finalName>${project.groupId}.${project.artifactId}.${project.version}</finalName>
41
</build>
42
</project>
0 commit comments