ATI Parent

This is the parent for all ATI projects.

License

License

Categories

Categories

Net
GroupId

GroupId

se.sunet.ati
ArtifactId

ArtifactId

ati-parent
Last Version

Last Version

5
Release Date

Release Date

Type

Type

pom
Description

Description

ATI Parent
This is the parent for all ATI projects.
Project URL

Project URL

https://github.com/uppsala-university/ati-parent
Project Organization

Project Organization

Sunet
Source Code Management

Source Code Management

https://github.com/uppsala-university/ati-parent

Download ati-parent

Filename Size
ati-parent-5.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/se.sunet.ati/ati-parent/ -->
<dependency>
    <groupId>se.sunet.ati</groupId>
    <artifactId>ati-parent</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.sunet.ati/ati-parent/
implementation 'se.sunet.ati:ati-parent:5'
// https://jarcasting.com/artifacts/se.sunet.ati/ati-parent/
implementation ("se.sunet.ati:ati-parent:5")
'se.sunet.ati:ati-parent:pom:5'
<dependency org="se.sunet.ati" name="ati-parent" rev="5">
  <artifact name="ati-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.sunet.ati', module='ati-parent', version='5')
)
libraryDependencies += "se.sunet.ati" % "ati-parent" % "5"
[se.sunet.ati/ati-parent "5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

ATI Parent

This is the parent for all ATI projects.

Version number policy

This project uses a single number for its version. The next release will have the next number in order as its version.

Preparing for making releases

To make a release there are a couple of things that you need to set up manually.

Set up GPG

To be able to sign the release artifacts you need to install GPG on your machine and create a signing certificate.

Configure your settings.xml

You need to add the following configuration to your settings.xml file:

  <servers>
    <server>
      <id>github</id>
      <username>your-github-username</username>
      <password>your-github-password</password>
    </server>
    <server>
      <id>ossrh</id>
      <username>your-jira-username-for-ossrh</username>
      <password>your-jira-password-for-ossrh</password>
    </server>
    ...
  </servers>

  <profiles>
    <profile>
      <id>ati-release</id>
      <properties>
        <gpg.passphrase>your-gpg-passphrase</gpg.passphrase>
      </properties>
    </profile>
    ...
  </profiles>

Making a release

Run these commands in sequence, answering the questions about version numbers and tag name. The default values should be fine in most cases.

mvn clean verify
mvn release:prepare
mvn release:perform

Next go to OSSRH to finish the job by following their instructions

se.sunet.ati

Versions

Version
5
3
2