Skip to content

Commit

Permalink
Merge branch 'release/2018.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Feb 15, 2018
2 parents 14790ff + ecb3d1c commit 6e44777
Show file tree
Hide file tree
Showing 218 changed files with 11,609 additions and 6,671 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<url>http://openems.io</url>
<groupId>io.openems</groupId>
<artifactId>edge</artifactId>
<version>1.7.1</version>
<version>2018.1</version>
<packaging>jar</packaging>
<scm>
<url>https://github.com/OpenEMS/openems</url>
Expand Down
12 changes: 0 additions & 12 deletions common/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="main/java/|test/java/" kind="src" path="src"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<url>http://openems.io</url>
<groupId>io.openems</groupId>
<artifactId>common</artifactId>
<version>1.7.1</version>
<version>2018.</version>
<packaging>jar</packaging>
<scm>
<url>https://github.com/OpenEMS/openems</url>
Expand Down
9 changes: 9 additions & 0 deletions common/src/io/openems/common/types/ChannelEnum.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package io.openems.common.types;

import java.util.Locale;

public interface ChannelEnum {
int getValue();

String getName(Locale locale);
}
Loading

0 comments on commit 6e44777

Please sign in to comment.