Skip to content

Commit be114dd

Browse files
committed
more config for releasing with github
1 parent 86ce87d commit be114dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.streamkit.microservice</groupId>
77
<artifactId>transcoding-job</artifactId>
8-
<version>0.0.4-SNAPSHOT</version>
8+
<version>0.0.5-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>ffmpeg-vod-transcoder</name>
@@ -81,7 +81,7 @@
8181
<configuration>
8282
<releaseName>${project.artifactId}-${project.version}</releaseName>
8383
<tag>${project.version}</tag>
84-
<artifact>${project.build.directory}/${project.groupId}.${project.artifactId}-${project.version}.jar</artifact>
84+
<artifact>${project.build.directory}/${project.artifactId}-${project.version}.jar</artifact>
8585
</configuration>
8686
</execution>
8787
</executions>

0 commit comments

Comments
 (0)