Travis Central Test


License

License

GroupId

GroupId

com.jamesward
ArtifactId

ArtifactId

travis-central-test
Last Version

Last Version

0.0.15
Release Date

Release Date

Type

Type

jar
Description

Description

Travis Central Test
Travis Central Test
Project URL

Project URL

http://jamesward.com
Source Code Management

Source Code Management

http://github.com/jamesward/travis-central-test

Download travis-central-test

How to add to project

<!-- https://jarcasting.com/artifacts/com.jamesward/travis-central-test/ -->
<dependency>
    <groupId>com.jamesward</groupId>
    <artifactId>travis-central-test</artifactId>
    <version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamesward/travis-central-test/
implementation 'com.jamesward:travis-central-test:0.0.15'
// https://jarcasting.com/artifacts/com.jamesward/travis-central-test/
implementation ("com.jamesward:travis-central-test:0.0.15")
'com.jamesward:travis-central-test:jar:0.0.15'
<dependency org="com.jamesward" name="travis-central-test" rev="0.0.15">
  <artifact name="travis-central-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamesward', module='travis-central-test', version='0.0.15')
)
libraryDependencies += "com.jamesward" % "travis-central-test" % "0.0.15"
[com.jamesward/travis-central-test "0.0.15"]

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.

Travis Central Test

A project to test a Maven library CI/CD pipeline that uses Travis to verify tags, create releases, and push them to Maven Central.

Get this library from Maven Central:

<dependency>
    <groupId>com.jamesward</groupId>
    <artifactId>travis-central-test</artifactId>
    <version>0.0.15</version>
</dependency>

Developer Info

Perform a release: mvn release:prepare release:perform

Versions

Version
0.0.15
0.0.14
0.0.11