Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
2be4181b
Commit
2be4181b
authored
Mar 28, 2019
by
Alexander David Hellwig
Browse files
Fix typo; revert changes to settings.xml
parent
b9f42781
Pipeline
#114845
failed with stages
in 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2be4181b
...
...
@@ -25,7 +25,7 @@
<EMADL.version>
0.2.4
</EMADL.version>
<EMADL2CPP.version>
0.2.6-SNAPSHOT
</EMADL2CPP.version>
<embedded-montiarc-component-clustering.version>
0.0.1-SNAPSHOT
</embedded-montiarc-component-clustering.version>
g
<!-- .. Libraries .................................................. -->
<guava.version>
18.0
</guava.version>
<junit.version>
4.12
</junit.version>
...
...
settings.xml
View file @
2be4181b
...
...
@@ -26,6 +26,11 @@
<mirrorOf>
external:*
</mirrorOf>
<url>
https://nexus.se.rwth-aachen.de/content/groups/public
</url>
</mirror>
<mirror>
<id>
icm-repository
</id>
<mirrorOf>
icm
</mirrorOf>
<url>
http://maven.icm.edu.pl/artifactory/repo/
</url>
</mirror>
</mirrors>
<profiles>
...
...
@@ -57,6 +62,12 @@
<releases><enabled
/></releases>
<snapshots><enabled
/></snapshots>
</repository>
<repository>
<id>
icm
</id>
<url>
http://maven.icm.edu.pl/artifactory/repo/
</url>
<releases><enabled
/></releases>
<snapshots><enabled
/></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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