Skip to content

Commit

Permalink
Merge pull request #194 from adam-carbone/master
Browse files Browse the repository at this point in the history
Updating the onejar ref to a maven central based version. w/ group-id com.jolira
  • Loading branch information
christianbauer committed Jun 14, 2017
2 parents 93b1cf1 + 87619b4 commit bd6fe05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mediarenderer/pom.xml
Expand Up @@ -24,7 +24,7 @@

<!-- Package a standalone JAR with all dependencies -->
<plugin>
<groupId>org.dstovall</groupId>
<groupId>com.jolira</groupId>
<artifactId>onejar-maven-plugin</artifactId>
<executions>
<execution>
Expand Down Expand Up @@ -141,4 +141,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions workbench/pom.xml
Expand Up @@ -24,7 +24,7 @@

<!-- Package a standalone JAR with all dependencies -->
<plugin>
<groupId>org.dstovall</groupId>
<groupId>com.jolira</groupId>
<artifactId>onejar-maven-plugin</artifactId>
<executions>
<execution>
Expand Down Expand Up @@ -164,4 +164,4 @@

</dependencies>

</project>
</project>

0 comments on commit bd6fe05

Please sign in to comment.