Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Release Lyo 4.0.0.M2 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Nov 7, 2020
1 parent 3afbf81 commit 49af9a6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 76 deletions.
20 changes: 14 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Build artefacts
target/
bin/
# Configs
*.env

# Lyo Designer Generator
*.lost

# Build systems & IDEs
target/
overlays/
pom.xml.versionsBackup
dependency-reduced-pom.xml

# IDE files
.project
.classpath
bin/
.settings/
.classpath
.project

.idea/
*.iml

.vscode/

.DS_Store
2 changes: 1 addition & 1 deletion client-source-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.M2</version>
</parent>

<artifactId>client-source-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.M2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion trs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.trs</groupId>
<artifactId>trs-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0.M2</version>
</parent>

<artifactId>trs-client</artifactId>
Expand Down
62 changes: 0 additions & 62 deletions trs-reactive-core/pom.xml

This file was deleted.

5 changes: 0 additions & 5 deletions trs-reactive-core/src/main/kotlin/SimpleSubscriber.kt

This file was deleted.

0 comments on commit 49af9a6

Please sign in to comment.