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
MathPrettyPrinter
Commits
701bd755
Commit
701bd755
authored
Oct 01, 2018
by
Jean-Marc Ronck
Browse files
Version Bump and Fix for Fat-JAR.
parent
c087b2cc
Pipeline
#76337
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
701bd755
...
...
@@ -6,7 +6,7 @@
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
math-pretty-printer
</artifactId>
<version>
0.3.2
-SNAPSHOT
</version>
<version>
0.3.2
</version>
<properties>
...
...
@@ -99,6 +99,12 @@
<artifactId>
batik-svggen
</artifactId>
<version>
${batik.version}
</version>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
${commons.io.version}
</version>
</dependency>
<!-- .. MontiCore .................................................... -->
...
...
@@ -126,13 +132,6 @@
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
${commons.io.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<!-- == DISTRIBUTION ==================================================== -->
...
...
Write
Preview
Markdown
is supported
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