Skip to content

Commit

Permalink
build(Project): change groupId
Browse files Browse the repository at this point in the history
groupId = com.github.johnnymillergh.boot
  • Loading branch information
johnnymillergh committed Oct 21, 2020
1 parent cbb793d commit abdb924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion media-streaming-sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<artifactId>media-streaming</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>com.jmsoftware.boot</groupId>
<artifactId>media-streaming-sample-app</artifactId>
<name>Media Streaming :: Sample App</name>
<description>Media Streaming :: Sample App</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jmsoftware.boot</groupId>
<groupId>com.github.johnnymillergh.boot</groupId>
<artifactId>media-streaming-sample-app</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit abdb924

Please sign in to comment.