Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2RosMsg
Commits
720cd411
Commit
720cd411
authored
Dec 27, 2018
by
Evgeny Kusmenko
Browse files
Merge branch 'versionUpdate' into 'master'
Version update See merge request
!6
parents
9ecf2bb4
b4ef2ab6
Pipeline
#94293
passed with stages
in 3 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
720cd411
...
...
@@ -9,7 +9,7 @@
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
embedded-montiarc-math-rosmsg-generator
</artifactId>
<version>
0.1.
0
-SNAPSHOT
</version>
<version>
0.1.
1
-SNAPSHOT
</version>
<!-- == PROJECT DEPENDENCIES ============================================= -->
...
...
@@ -17,7 +17,7 @@
<!-- .. SE-Libraries .................................................. -->
<se-commons.version>
1.7.7
</se-commons.version>
<Embedded-MontiArc-Math.version>
0.1.
0
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<Embedded-MontiArc-Math.version>
0.1.
4
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<!-- .. Libraries .................................................. -->
<guava.version>
18.0
</guava.version>
<junit.version>
4.12
</junit.version>
...
...
@@ -184,6 +184,7 @@
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.19.1
</version>
<configuration>
<useSystemClassLoader>
false
</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
...
...
src/test/resources/structs/BasicStruct.struct
View file @
720cd411
...
...
@@ -2,8 +2,8 @@ package structs;
struct
BasicStruct
{
Q
fieldQ1
;
Q
(
0
:
0.1
:
100
)
fieldQ2
;
Q
fieldQ2
;
Z
fieldZ1
;
Z
(-
100
:
2
:
100
)
fieldZ2
;
Z
fieldZ2
;
B
fieldB1
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment