diff --git a/byteops-milo/pom.xml b/byteops-milo/pom.xml index 6b121ad..a2256b2 100644 --- a/byteops-milo/pom.xml +++ b/byteops-milo/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.digitalpetri.util + com.digitalpetri.byteops byteops-parent - 0.1.4-SNAPSHOT + 0.2.2-SNAPSHOT byteops-milo @@ -19,7 +19,7 @@ - com.digitalpetri.util + com.digitalpetri.byteops byteops ${project.version} @@ -43,4 +43,18 @@ test + + + + release + + + + org.sonatype.central + central-publishing-maven-plugin + + + + + diff --git a/byteops-netty/pom.xml b/byteops-netty/pom.xml index fcba38b..fa4727f 100644 --- a/byteops-netty/pom.xml +++ b/byteops-netty/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.digitalpetri.util + com.digitalpetri.byteops byteops-parent - 0.1.4-SNAPSHOT + 0.2.2-SNAPSHOT byteops-netty @@ -19,7 +19,7 @@ - com.digitalpetri.util + com.digitalpetri.byteops byteops ${project.version} @@ -34,7 +34,7 @@ - com.digitalpetri.util + com.digitalpetri.byteops byteops ${project.version} test-jar @@ -51,4 +51,17 @@ + + + release + + + + org.sonatype.central + central-publishing-maven-plugin + + + + + diff --git a/byteops-unsigned/pom.xml b/byteops-unsigned/pom.xml index a3064a6..61d115f 100644 --- a/byteops-unsigned/pom.xml +++ b/byteops-unsigned/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.digitalpetri.util + com.digitalpetri.byteops byteops-parent - 0.1.4-SNAPSHOT + 0.2.2-SNAPSHOT byteops-unsigned @@ -19,7 +19,7 @@ - com.digitalpetri.util + com.digitalpetri.byteops byteops ${project.version} @@ -45,4 +45,17 @@ + + + release + + + + org.sonatype.central + central-publishing-maven-plugin + + + + + diff --git a/byteops/pom.xml b/byteops/pom.xml index 9f2d138..fa52840 100644 --- a/byteops/pom.xml +++ b/byteops/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.digitalpetri.util + com.digitalpetri.byteops byteops-parent - 0.1.4-SNAPSHOT + 0.2.2-SNAPSHOT byteops @@ -50,4 +50,18 @@ + + + + release + + + + org.sonatype.central + central-publishing-maven-plugin + + + + + diff --git a/pom.xml b/pom.xml index 4763ea5..45acc5e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.digitalpetri.util + com.digitalpetri.byteops byteops-parent - 0.1.4-SNAPSHOT + 0.2.2-SNAPSHOT pom - byteops + ByteOps :: Parent Utility functions for getting values from and setting values into collections of bytes.