Skip to content

Commit

Permalink
more config for releasing with github
Browse files Browse the repository at this point in the history
  • Loading branch information
ddragosd committed Apr 6, 2015
1 parent 86ce87d commit be114dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.streamkit.microservice</groupId>
<artifactId>transcoding-job</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>ffmpeg-vod-transcoder</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<configuration>
<releaseName>${project.artifactId}-${project.version}</releaseName>
<tag>${project.version}</tag>
<artifact>${project.build.directory}/${project.groupId}.${project.artifactId}-${project.version}.jar</artifact>
<artifact>${project.build.directory}/${project.artifactId}-${project.version}.jar</artifact>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit be114dd

Please sign in to comment.