Skip to content

Commit d28d763

Browse files
authored
Release version 0.2.1
Merge pull request #14 from digitalpetri/release/0.2.1
2 parents 6d710ce + 29d55ca commit d28d763

5 files changed

Lines changed: 69 additions & 15 deletions

File tree

byteops-milo/pom.xml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.digitalpetri.util</groupId>
7+
<groupId>com.digitalpetri.byteops</groupId>
88
<artifactId>byteops-parent</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.2.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>byteops-milo</artifactId>
@@ -19,7 +19,7 @@
1919

2020
<dependencies>
2121
<dependency>
22-
<groupId>com.digitalpetri.util</groupId>
22+
<groupId>com.digitalpetri.byteops</groupId>
2323
<artifactId>byteops</artifactId>
2424
<version>${project.version}</version>
2525
</dependency>
@@ -43,4 +43,18 @@
4343
<scope>test</scope>
4444
</dependency>
4545
</dependencies>
46+
47+
<profiles>
48+
<profile>
49+
<id>release</id>
50+
<build>
51+
<plugins>
52+
<plugin>
53+
<groupId>org.sonatype.central</groupId>
54+
<artifactId>central-publishing-maven-plugin</artifactId>
55+
</plugin>
56+
</plugins>
57+
</build>
58+
</profile>
59+
</profiles>
4660
</project>

byteops-netty/pom.xml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.digitalpetri.util</groupId>
7+
<groupId>com.digitalpetri.byteops</groupId>
88
<artifactId>byteops-parent</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.2.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>byteops-netty</artifactId>
@@ -19,7 +19,7 @@
1919

2020
<dependencies>
2121
<dependency>
22-
<groupId>com.digitalpetri.util</groupId>
22+
<groupId>com.digitalpetri.byteops</groupId>
2323
<artifactId>byteops</artifactId>
2424
<version>${project.version}</version>
2525
</dependency>
@@ -34,7 +34,7 @@
3434
</dependency>
3535

3636
<dependency>
37-
<groupId>com.digitalpetri.util</groupId>
37+
<groupId>com.digitalpetri.byteops</groupId>
3838
<artifactId>byteops</artifactId>
3939
<version>${project.version}</version>
4040
<type>test-jar</type>
@@ -51,4 +51,17 @@
5151
</dependency>
5252
</dependencies>
5353

54+
<profiles>
55+
<profile>
56+
<id>release</id>
57+
<build>
58+
<plugins>
59+
<plugin>
60+
<groupId>org.sonatype.central</groupId>
61+
<artifactId>central-publishing-maven-plugin</artifactId>
62+
</plugin>
63+
</plugins>
64+
</build>
65+
</profile>
66+
</profiles>
5467
</project>

byteops-unsigned/pom.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.digitalpetri.util</groupId>
7+
<groupId>com.digitalpetri.byteops</groupId>
88
<artifactId>byteops-parent</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.2.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>byteops-unsigned</artifactId>
@@ -19,7 +19,7 @@
1919

2020
<dependencies>
2121
<dependency>
22-
<groupId>com.digitalpetri.util</groupId>
22+
<groupId>com.digitalpetri.byteops</groupId>
2323
<artifactId>byteops</artifactId>
2424
<version>${project.version}</version>
2525
</dependency>
@@ -45,4 +45,17 @@
4545
</dependency>
4646
</dependencies>
4747

48+
<profiles>
49+
<profile>
50+
<id>release</id>
51+
<build>
52+
<plugins>
53+
<plugin>
54+
<groupId>org.sonatype.central</groupId>
55+
<artifactId>central-publishing-maven-plugin</artifactId>
56+
</plugin>
57+
</plugins>
58+
</build>
59+
</profile>
60+
</profiles>
4861
</project>

byteops/pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>com.digitalpetri.util</groupId>
7+
<groupId>com.digitalpetri.byteops</groupId>
88
<artifactId>byteops-parent</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.2.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>byteops</artifactId>
@@ -50,4 +50,18 @@
5050
</plugin>
5151
</plugins>
5252
</build>
53+
54+
<profiles>
55+
<profile>
56+
<id>release</id>
57+
<build>
58+
<plugins>
59+
<plugin>
60+
<groupId>org.sonatype.central</groupId>
61+
<artifactId>central-publishing-maven-plugin</artifactId>
62+
</plugin>
63+
</plugins>
64+
</build>
65+
</profile>
66+
</profiles>
5367
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.digitalpetri.util</groupId>
7+
<groupId>com.digitalpetri.byteops</groupId>
88
<artifactId>byteops-parent</artifactId>
9-
<version>0.1.4-SNAPSHOT</version>
9+
<version>0.2.2-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

12-
<name>byteops</name>
12+
<name>ByteOps :: Parent</name>
1313
<description>
1414
Utility functions for getting values from and setting values into collections of bytes.
1515
</description>

0 commit comments

Comments
 (0)