Skip to content

Commit

Permalink
Change group id to dev.code-n-roll.gatling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Bräunlich committed Mar 12, 2019
1 parent 921f35a commit 8fb2af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In order to avoid conflicts with `io.gatling:gatling-jdbc` the artifact name has
Instead of `gatling-jdbc` it is now called `jdbc-gatling` (see issue #8). Apart from this, nothing changes. All package names etc. stayed the same.

Also, by forking it from it's original position the group id and the packages have changed!
The correct import is now `dev.code_n_roll.gatling....` and the group id changed to `dev.code_n_roll.gatling`.
The correct import is now `dev.code_n_roll.gatling....` and the group id changed to `dev.code-n-roll.gatling`.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
organization := "dev.code_n_roll.gatling"
organization := "dev.code-n-roll.gatling"
name := "jdbc-gatling"
scalaVersion := "2.12.8"
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 8fb2af8

Please sign in to comment.