Skip to content

Commit 0df7f5b

Browse files
committed
mvn install passed
1 parent 5a30c9a commit 0df7f5b

File tree

5 files changed

+37
-6
lines changed

5 files changed

+37
-6
lines changed

.classpath

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
1212
</attributes>
@@ -19,6 +19,7 @@
1919
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
2020
<attributes>
2121
<attribute name="maven.pomderived" value="true"/>
22+
<attribute name="optional" value="true"/>
2223
</attributes>
2324
</classpathentry>
2425
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -28,5 +29,23 @@
2829
<attribute name="test" value="true"/>
2930
</attributes>
3031
</classpathentry>
32+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
33+
<attributes>
34+
<attribute name="maven.pomderived" value="true"/>
35+
<attribute name="test" value="true"/>
36+
<attribute name="optional" value="true"/>
37+
</attributes>
38+
</classpathentry>
39+
<classpathentry kind="src" path="target/generated-sources/annotations">
40+
<attributes>
41+
<attribute name="optional" value="true"/>
42+
</attributes>
43+
</classpathentry>
44+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
45+
<attributes>
46+
<attribute name="optional" value="true"/>
47+
<attribute name="test" value="true"/>
48+
</attributes>
49+
</classpathentry>
3150
<classpathentry kind="output" path="target/classes"/>
3251
</classpath>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
target/
2+
.vscode/

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,15 @@
3535
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3636
<nature>org.eclipse.jdt.core.javanature</nature>
3737
</natures>
38+
<filteredResources>
39+
<filter>
40+
<id>1771776121826</id>
41+
<name></name>
42+
<type>30</type>
43+
<matcher>
44+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
45+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
46+
</matcher>
47+
</filter>
48+
</filteredResources>
3849
</projectDescription>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>org.openhab.addons.bundles</groupId>
99
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
10-
<version>4.3.0-SNAPSHOT</version>
10+
<version>5.2.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>org.openhab.binding.synologysurveillancestation</artifactId>

src/main/history/dependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.synologysurveillancestation-4.3.0-SNAPSHOT">
2+
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.synologysurveillancestation-5.2.0-SNAPSHOT">
33
<feature version="0.0.0">
44
<feature>openhab-runtime-base</feature>
55
<feature>wrap</feature>
6-
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.synologysurveillancestation/4.3.0-SNAPSHOT</bundle>
6+
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.synologysurveillancestation/5.2.0-SNAPSHOT</bundle>
77
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.4.0</bundle>
88
</feature>
99
</features>

0 commit comments

Comments
 (0)