diff --git a/README.md b/README.md
index 43e5bbc..124dbef 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,15 @@ dictionary changes.
| 3.8.x | 3.8.0+ | 21+ |
| 3.7.x | 3.7.0+ | 21+ |
-Released versions are listed on
+Released versions are listed in the
+[CodeLibs repository](https://maven.codelibs.org/release/org/codelibs/opensearch/opensearch-configsync/).
+Version 3.8.0 and earlier were published to
[Maven Central](https://central.sonatype.com/artifact/org.codelibs.opensearch/opensearch-configsync/versions).
## Installation
```bash
-$OPENSEARCH_HOME/bin/opensearch-plugin install org.codelibs.opensearch:opensearch-configsync:3.8.0
+$OPENSEARCH_HOME/bin/opensearch-plugin install https://maven.codelibs.org/release/org/codelibs/opensearch/opensearch-configsync/3.8.1/opensearch-configsync-3.8.1.zip
```
Restart the node, then confirm that the plugin is loaded:
@@ -38,7 +40,7 @@ To install a locally built package instead:
```bash
mvn clean package
-$OPENSEARCH_HOME/bin/opensearch-plugin install file:target/releases/opensearch-configsync-3.8.0-SNAPSHOT.zip
+$OPENSEARCH_HOME/bin/opensearch-plugin install file:target/releases/opensearch-configsync-3.8.1-SNAPSHOT.zip
```
Use `opensearch-plugin remove configsync` to uninstall.
diff --git a/pom.xml b/pom.xml
index 1725ece..9023bc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,18 @@
UTF-8
+
+
+
+ org.apache.maven.wagon
+ wagon-ssh-external
+ 3.5.3
+
+
src/main/resources
@@ -139,30 +151,55 @@
- org.apache.maven.plugins
- maven-gpg-plugin
- 3.2.7
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.central
- central-publishing-maven-plugin
- 0.11.0
- true
+ maven-release-plugin
+ 3.3.1
- central
+ release
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.2.8
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+ codelibs-repo
+ CodeLibs Repository
+ scpexe://maven.codelibs.org/var/www/maven/release
+
+
+ codelibs-snapshots
+ CodeLibs Snapshot Repository
+ scpexe://maven.codelibs.org/var/www/maven/snapshot
+
+
snapshots.central.sonatype.com
@@ -177,7 +214,18 @@
codelibs.org
CodeLibs Repository
- https://maven.codelibs.org/
+ https://maven.codelibs.org/release/
+
+
+ codelibs.org.snapshot
+ CodeLibs Snapshot Repository
+ https://maven.codelibs.org/snapshot/
+
+ false
+
+
+ true
+