We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6d956 commit bbe5935Copy full SHA for bbe5935
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>com.github.enfernuz</groupId>
8
- <artifactId>JavaTrans2Quik</artifactId>
+ <artifactId>jtrans2quik-x64</artifactId>
9
<version>1.3.0</version>
10
11
<name>JavaTrans2Quik</name>
@@ -41,24 +41,4 @@
41
<version>4.1.0</version>
42
</dependency>
43
</dependencies>
44
-
45
- <build>
46
- <plugins>
47
- <plugin>
48
- <artifactId>maven-jar-plugin</artifactId>
49
- <version>3.1.2</version>
50
- <executions>
51
- <execution>
52
- <phase>package</phase>
53
- <goals>
54
- <goal>jar</goal>
55
- </goals>
56
- <configuration>
57
- <classifier>x64</classifier>
58
- </configuration>
59
- </execution>
60
- </executions>
61
- </plugin>
62
- </plugins>
63
- </build>
64
</project>
0 commit comments