Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
remove commented out code
  • Loading branch information
jelemux committed Dec 1, 2022
1 parent 86c4486 commit d5e976c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.60.1](https://github.com/cloudogu/ces-build-lib/releases/tag/1.60.1) - 2022-12-01
### Fixed
- Incorrect usage of parameters makes currently used feature of installing and performing a setup unusable.

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.cloudogu.ces</groupId>
<artifactId>ces-build-lib</artifactId>
<name>ces-build-lib</name>
<version>1.60.0</version>
<version>1.60.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -59,7 +59,6 @@

<build>
<sourceDirectory>src</sourceDirectory>
<!--<scriptSourceDirectory>vars</scriptSourceDirectory>-->
<testSourceDirectory>test</testSourceDirectory>
<resources>
<resource>
Expand Down

0 comments on commit d5e976c

Please sign in to comment.