Skip to content

Commit

Permalink
capicxx-dbus-tools 3.1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzbichler committed Jul 22, 2019
1 parent 128d4d0 commit 5a27fc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changes
=======

v3.1.12.2
- Fixed dependency to Eclipse Modeling Framework causing compilation error.

v3.1.12.1
- support 'lock functors' in AttributeDispatcher(s)

Expand Down
19 changes: 0 additions & 19 deletions org.genivi.commonapi.dbus.verification/doit.sh

This file was deleted.

7 changes: 7 additions & 0 deletions org.genivi.commonapi.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>${xtend-version}</version>
<dependencies>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.10.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 5a27fc1

Please sign in to comment.