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 86ce87d commit be114ddCopy full SHA for be114dd
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.streamkit.microservice</groupId>
7
<artifactId>transcoding-job</artifactId>
8
- <version>0.0.4-SNAPSHOT</version>
+ <version>0.0.5-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
<name>ffmpeg-vod-transcoder</name>
@@ -81,7 +81,7 @@
81
<configuration>
82
<releaseName>${project.artifactId}-${project.version}</releaseName>
83
<tag>${project.version}</tag>
84
- <artifact>${project.build.directory}/${project.groupId}.${project.artifactId}-${project.version}.jar</artifact>
+ <artifact>${project.build.directory}/${project.artifactId}-${project.version}.jar</artifact>
85
</configuration>
86
</execution>
87
</executions>
0 commit comments