Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
csowada committed Dec 29, 2021
2 parents b5ba59d + 8dee9be commit 7d79e24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
PRE_RELEASE: "false"
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "true"
ALLOW_TAG_PREFIX: "true"
# ALLOW_TAG_PREFIX: "true"
with:
args: |
target/*.jar
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS library configuration</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-configuration</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<url>https://github.com/csowada/ebus-configuration</url>
<packaging>bundle</packaging>

Expand All @@ -23,7 +23,7 @@
<sonar.organization>csowada</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<ebus.core.version>1.1.7</ebus.core.version>
<ebus.core.version>1.1.8</ebus.core.version>
</properties>

<organization>
Expand Down Expand Up @@ -297,14 +297,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.9</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -332,14 +332,14 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<version>1.2.10</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.31</version>
<version>1.7.32</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 7d79e24

Please sign in to comment.