Skip to content

Commit

Permalink
capicxx-core-tools 3.1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzbichler committed Jul 22, 2019
1 parent f3d44a4 commit 3e2193c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 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.4
- Fixed dependency to Eclipse Modeling Framework causing compilation error.

v3.1.12.3
- Prevent crash due to concurrent attribute access from stub itself
and a remote client.
Expand Down
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 3e2193c

Please sign in to comment.