Skip to content

Commit

Permalink
Create release config
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKozlov committed Sep 7, 2023
1 parent 0a3d87e commit eae4cd3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

## Use

```
<dependency>
<groupId>org.crac</groupId>
<artifactId>crac</artifactId>
<version>1.3.0</version>
</dependency>
```
https://central.sonatype.com/artifact/org.crac/crac

## Javadoc

Expand Down
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@
<dependencies>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
<scmCommentPrefix>[release]</scmCommentPrefix>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
Expand Down

0 comments on commit eae4cd3

Please sign in to comment.