Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
59895304
Commit
59895304
authored
Nov 28, 2017
by
Björn Richerzhagen
Browse files
updated pom
parent
5563ae91
Changes
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
59895304
...
...
@@ -29,7 +29,7 @@
<plugins>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.3.2
</version>
<version>
3.7.0
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
...
...
@@ -39,7 +39,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2
.0.
4
</version>
<version>
3
.0.
1
</version>
<executions>
<execution>
<id>
attach-sources
</id>
...
...
@@ -52,7 +52,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.10.
3
</version>
<version>
2.10.
4
</version>
<executions>
<execution>
<id>
attach-javadocs
</id>
...
...
@@ -82,6 +82,12 @@
<repository>
<id>
simonstrator
</id>
<url>
https://dev.kom.e-technik.tu-darmstadt.de/mvn/
</url>
<snapshots>
<updatePolicy>
always
</updatePolicy>
</snapshots>
<releases>
<updatePolicy>
always
</updatePolicy>
</releases>
</repository>
<!-- local kom repository -->
...
...
@@ -214,7 +220,7 @@
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<version>
1
0
.0
.1
</version>
<version>
1
8
.0
</version>
</dependency>
<dependency>
<groupId>
com.google.inject
</groupId>
...
...
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