Skip to content

Chumbok/chumbok-starter-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chumbok Starter Parent

How to use

Add following in your project.

<parent>
	<groupId>com.chumbok</groupId>
	<artifactId>chumbok-starter-parent</artifactId>
    <version>5.0.0</version>
</parent>

Add JitPack repository.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

How to release new version

git clone https://github.com/ChumbokIT/chumbok-starter-parent.git
cd chumbok-starter-parent
# Make changes.
mvn release:prepare

How to get newly released artifact

  1. Go to https://jitpack.io/#com.chumbok/chumbok-starter-parent/

  2. Click 'lookup' button

  3. Click 'Get it!' button. It will build the artifact.

  4. Scroll the page, you will see how like following-

<dependency>
    <groupId>com.chumbok</groupId>
	<artifactId>chumbok-starter-parent</artifactId>
	<version>5.0.0</version>
</dependency>