File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments