Skip to content

Commit 81ec9e0

Browse files
authored
Migrate artifacts from com.github.nordstrom.tools to com.nordstrom.tools
1 parent 58be187 commit 81ec9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.nordstrom.tools/java-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.nordstrom.tools/java-utils)
1+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nordstrom.tools/java-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nordstrom.tools/java-utils)
22

33
# NORDSTROM JAVA UTILS
44

@@ -36,7 +36,7 @@ To maximize usability and configurability, we recommend the following implementa
3636
* Define each query constant with a property name and a name for each argument (if any).
3737
* To assist users of your queries, preface their names with a type indicator (**GET** or **UPDATE**).
3838
* Back the query collection with a configuration that implements the `Settings API`:
39-
* groupId: com.github.nordstrom.tools
39+
* groupId: com.nordstrom.tools
4040
* artifactId: settings
4141
* className: com.nordstrom.automation.settings.SettingsCore
4242
* To support execution on multiple endpoints, implement `getConnection` with sub-configurations or other dynamic data sources (e.g. - web service).

0 commit comments

Comments
 (0)