Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
csowada committed Dec 17, 2020
1 parent b59a3b0 commit a705295
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions BUILD-HELP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Build Handbook

## Maven Release

```bash
# create a new release
mvn gitflow:release
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe.</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<url>https://github.com/csowada/ebus</url>
<packaging>bundle</packaging>

Expand Down Expand Up @@ -63,7 +63,7 @@
<version>1.15.0</version>
<configuration>
<gitFlowConfig>
<productionBranch>main</productionBranch>
<productionBranch>master</productionBranch>
<developmentBranch>develop</developmentBranch>
<versionTagPrefix>v</versionTagPrefix>
<origin>origin</origin>
Expand Down

0 comments on commit a705295

Please sign in to comment.