Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EMAM2Middleware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
2be4181b
Commit
2be4181b
authored
6 years ago
by
Alexander David Hellwig
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo; revert changes to settings.xml
parent
b9f42781
No related branches found
No related tags found
1 merge request
!34
Ml clustering
Pipeline
#114845
failed
6 years ago
Stage: windows
Stage: linux
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
settings.xml
+11
-0
11 additions, 0 deletions
settings.xml
with
12 additions
and
1 deletion
pom.xml
+
1
−
1
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>
...
...
This diff is collapsed.
Click to expand it.
settings.xml
+
11
−
0
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment