Skip to content

Commit

Permalink
Updated to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Böcher committed Feb 12, 2020
1 parent a99626e commit bd16d98
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 444 deletions.
13 changes: 0 additions & 13 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.megla.iot</groupId>
<artifactId>de.megla.iot.OMFPublisher</artifactId>
<name>OMFPublisher</name>
<version>1.1.0</version>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/de/megla/iot/OMFPublisher/ErrorHandling.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* ErrorHandling.java
*
* @author Niklas Rose, Till Böcher
*/
public class ErrorHandling {

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/de/megla/iot/OMFPublisher/HttpStatusCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

/**
* HttpStatusCode.java
*
* @author Niklas Rose, Till Böcher
*
* Enum which defines all necessary status codes for an HTTP-request
*/
public enum HttpStatusCode {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/de/megla/iot/OMFPublisher/OMFPublisher.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
/**
* OMFPublisher.java
*
* @author Niklas Rose, Till B�cher
* The Class de.megla.iot.OMFPublisher is a specific Wire Component to publish a list of
* {@link WireRecord}s as received in {@link WireEnvelope} to a destination system
* platform.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/**
* OMFPublisherConfig.java
*
* @author Niklas Rose, Till Böcher
* This metatype annotation defines an object-class all the required
* configurations for the options of a Cloud Publisher Wire Component.
*/
Expand Down
Loading

0 comments on commit bd16d98

Please sign in to comment.