Skip to content

Commit

Permalink
oh3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docbender committed Feb 2, 2021
1 parent 5400865 commit 8a693a0
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions org.openhab.binding.simplebinary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,10 @@
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.openhab.binding.simplebinary</artifactId>
<name>openHAB Add-ons :: Bundles :: SimpleBinary Binding</name>
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
<version>1.5.3</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<file>${basedir}/src/main/java/org/openhab/binding/simplebinary/internal/core/SimpleBinaryUART.java</file>
<replacements>
<replacement>
<token>// IFDEF_OH3.0 //</token>
<value>/* OH3.0 unsupported</value>
</replacement>
<replacement>
<token>// IFDEF_OH3.0</token>
<value>*/</value>
</replacement>
</replacements>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8a693a0

Please sign in to comment.