We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9037f commit cf0c788Copy full SHA for cf0c788
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.melloware</groupId>
4
<artifactId>jintellitype</artifactId>
5
<packaging>jar</packaging>
6
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
7
<url>http://www.melloware.com</url>
8
<name>JIntellitype</name>
9
<description>JIntellitype - JNI Java bridge to Microsoft Intellitype commands.</description>
@@ -161,7 +161,7 @@
161
<phase>package</phase>
162
<!-- append to the packaging phase. -->
163
<goals>
164
- <goal>assembly</goal>
+ <goal>single</goal>
165
<!-- goals == mojos -->
166
</goals>
167
</execution>
0 commit comments