Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker committed Feb 3, 2023
2 parents 7fabe79 + 86ad696 commit b5480e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[![Community Extension](https://img.shields.io/badge/Community%20Extension-An%20open%20source%20community%20maintained%20project-FF4700)](https://github.com/camunda-community-hub/community) [![](https://img.shields.io/badge/Lifecycle-Stable-brightgreen)](https://github.com/Camunda-Community-Hub/community/blob/main/extension-lifecycle.md#stable-) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.camunda.community/community-hub-release-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.camunda.community/community-hub-release-parent)

community-hub-release-parent
======================
# Camunda Community Hub Release Parent

use this parent POM to do releases via the [Community Hub Maven release action](https://github.com/camunda-community-hub/community-action-maven-release) to:

- [Camunda Artifactory](https://artifacts.camunda.com/): Snapshots and releases
- [Sonatype](https://oss.sonatype.org/#stagingRepositories) (aka Maven Central): Releases
Use this parent POM to do releases via the [Community Hub Maven release action](https://github.com/camunda-community-hub/community-action-maven-release) to:

- [Camunda Artifactory](https://artifacts.camunda.com/)
- [Sonatype](https://oss.sonatype.org/#stagingRepositories) (aka Maven Central)

Usage
-----
See [Camunda Community Hub release documentation](https://github.com/camunda-community-hub/community/blob/main/RELEASE.MD) for more info on this.


# Usage

In your pom.xml, add a parent:
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<properties>
<version.java>11</version.java>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${version.java}</maven.compiler.source>
<maven.compiler.target>${version.java}</maven.compiler.target>
<!-- Avoid the message "[WARNING] Using platform encoding (UTF-8 actually) ... also for the failsafe plugin -->
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b5480e3

Please sign in to comment.