Skip to content

Commit

Permalink
Merge commit '4d3b70adb9e6564ccd0048d00311a7313f3b4456'
Browse files Browse the repository at this point in the history
  • Loading branch information
csowada committed Mar 20, 2023
2 parents 7d79e24 + 4d3b70a commit fe7b421
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [1.1.6] - 2021-12-29
### Changed
- Update maven dependencies

## [1.1.5] - 2021-06-26
### Changed
- Update maven dependencies
Expand Down
10 changes: 10 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source.. = src/main/java,\
src/main/resources/,\
src/test/resources/,\
src/test/java
output.. = target/classes/
bin.includes = META-INF/,\
.,\
src/main/resources/
bin.excludes = src/test/
jre.compilation.profile = J2SE-1.6
14 changes: 9 additions & 5 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.6</version>
<version>1.1.7</version>
<url>https://github.com/csowada/ebus-configuration</url>
<packaging>bundle</packaging>

Expand All @@ -17,13 +17,13 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<license.year>2020</license.year>
<license.year>2023</license.year>
<bundle.version>${project.version}</bundle.version>
<sonar.projectKey>csowada_ebus-configuration</sonar.projectKey>
<sonar.organization>csowada</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

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

<organization>
Expand All @@ -33,7 +33,8 @@

<licenses>
<license>
<name>EPL License</name>
<name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>

Expand Down Expand Up @@ -102,7 +103,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.0</version>
<version>3.0.1</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down Expand Up @@ -217,6 +218,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<doclint>none</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/de/csdev/ebus/StaticTestTelegrams.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/de/csdev/ebus/TestUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
6 changes: 3 additions & 3 deletions src/test/java/de/csdev/ebus/cfg/EBusWolfBM2Test.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -68,7 +68,7 @@ public void testGetDHWProgram() {

try {
ByteBuffer buffer = EBusCommandUtils.buildMasterTelegram(commandMethod, (byte) 0x00, (byte) 0x35, params);
assertEquals(EBusUtils.toHexDumpString(buffer).toString(), "00 35 50 22 03 A3 75 27 79");
assertEquals("00 35 50 22 03 A3 75 27 79", EBusUtils.toHexDumpString(buffer).toString());

} catch (EBusTypeException e) {
e.printStackTrace();
Expand All @@ -94,7 +94,7 @@ public void testSetDHWProgram() {

try {
ByteBuffer buffer = EBusCommandUtils.buildMasterTelegram(commandMethod, (byte) 0x00, (byte) 0x30, params);
assertEquals(EBusUtils.toHexDumpString(buffer).toString(), "00 30 50 23 09 D8 75 27 01 00 5D 01 00 00 BF");
assertEquals("00 30 50 23 09 D8 75 27 01 00 5D 01 00 00 BF", EBusUtils.toHexDumpString(buffer).toString());

} catch (EBusTypeException e) {
e.printStackTrace();
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/de/csdev/ebus/cfg/EBusWolfCWLTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/de/csdev/ebus/cfg/KW_CRC_Test.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -45,6 +45,6 @@ public void testKWCrc() throws EBusTypeException, EBusCommandException {

ByteBuffer buffer = EBusCommandUtils.buildMasterTelegram(commandMethod, (byte) 0x00, (byte) 0x04, null);

assertEquals("KW CRC Invalid", buffer.get(5), 0x77);
assertEquals("KW CRC Invalid", 0x77, buffer.get(5));
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/de/csdev/ebus/wip/EBusdControllerTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* Copyright (c) 2016-2023 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down

0 comments on commit fe7b421

Please sign in to comment.