queueit / KnownUser.V3.JAVA

Known User Implementation (v.3.x) for Java
MIT License
7 stars 9 forks source link

SDK group and artifact ids don't use queueit name convention #5

Closed diegodondiego closed 3 years ago

diegodondiego commented 3 years ago

the 3.6.1 SDK version has this information for group and artifact:

  <groupId>x</groupId>
  <artifactId>y</artifactId>
  <version>1.0</version>

and when it's declared on pom.xml where it is used, the dependency becomes:

    <dependency>
      <groupId>x</groupId>
      <artifactId>y</artifactId>
      <version>1.0</version>
    </dependency>

which is not very helpful and maintainable. also the version is different.

can it be fixed it by using a queueit naming convention for packages and update the version, please?

sp0x commented 3 years ago

We've updated the groupId and artifactId. The new details are: