ATI Parent

This is the parent for all ATI projects.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

se.sunet.ati
Идентификатор

Идентификатор

ati-parent
Последняя версия

Последняя версия

5
Дата

Дата

Тип

Тип

pom
Описание

Описание

ATI Parent
This is the parent for all ATI projects.
Ссылка на сайт

Ссылка на сайт

https://github.com/uppsala-university/ati-parent
Организация-разработчик

Организация-разработчик

Sunet
Система контроля версий

Система контроля версий

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

Скачать ati-parent

Имя Файла Размер
ati-parent-5.pom 8 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
5
3
2