Commons HTTP :: Parent Pom

Parent POM to the HTTP Common Classes and Utils Library

License

License

GroupId

GroupId

com.parisesoftware
ArtifactId

ArtifactId

commons-http-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

groovydoc
Description

Description

Commons HTTP :: Parent Pom
Parent POM to the HTTP Common Classes and Utils Library
Project URL

Project URL

https://github.com/AParise1217/commons-http
Source Code Management

Source Code Management

https://github.com/AParise1217/commons-http

Download commons-http-parent

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.7
com.fasterxml.jackson.core : jackson-annotations jar 2.9.6
org.codehaus.groovy : groovy-all pom 2.5.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.spockframework : spock-core jar 1.3-groovy-2.5
cglib : cglib-nodep jar 3.1

Project Modules

  • commons-http-response
  • commons-http-dto

Commons-HTTP

Releasing to Maven Central

Performing a Release Deployment

Note: This must occur prior to the Release Deployment!

Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.

  1. mvn clean
  2. mvn release:prepare -Possrh,release-sign-artifacts
  3. mvn release:perform -Possrh,release-sign-artifacts
  • await the release process to finish *
  1. git push --tags
  2. git push origin master

Updating the Release Version

  1. mvn versions:set -DnewVersion=1.2.3

Versions

Version
1.0.0