Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Nelson Tavares de Sousa
TeeTime-Framework
Commits
77cd649b
Commit
77cd649b
authored
9 years ago
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
updated dependencies/plug-in to most recent version
parent
b5a7eaf1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+19
-19
19 additions, 19 deletions
pom.xml
src/site/markdown/wiki
+1
-1
1 addition, 1 deletion
src/site/markdown/wiki
with
20 additions
and
20 deletions
pom.xml
+
19
−
19
View file @
77cd649b
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<version>
4.1
1
</version>
<version>
4.1
2
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -96,12 +96,12 @@
...
@@ -96,12 +96,12 @@
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.
7
</version>
<version>
1.7.
12
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<artifactId>
logback-classic
</artifactId>
<version>
1.1.
2
</version>
<version>
1.1.
3
</version>
<scope>
runtime
</scope>
<scope>
runtime
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
<dependency>
<dependency>
<groupId>
com.carrotsearch
</groupId>
<groupId>
com.carrotsearch
</groupId>
<artifactId>
hppc
</artifactId>
<artifactId>
hppc
</artifactId>
<version>
0.6.
0
</version>
<version>
0.6.
1
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.
6
</version>
<version>
2.
7
</version>
<configuration>
<configuration>
<formats>
<formats>
<format>
html
</format>
<format>
html
</format>
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
1
</version>
<version>
3.
3
</version>
<configuration>
<configuration>
<source>
${java.version}
</source>
<source>
${java.version}
</source>
<target>
${java.version}
</target>
<target>
${java.version}
</target>
...
@@ -164,13 +164,13 @@
...
@@ -164,13 +164,13 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
2.
5
</version>
<version>
2.
6
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.
2.1
</version>
<version>
2.
4
</version>
<executions>
<executions>
<execution>
<execution>
<id>
attach-sources
</id>
<id>
attach-sources
</id>
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.
9.1
</version>
<version>
2.
10.3
</version>
<executions>
<executions>
<execution>
<execution>
<id>
attach-javadocs
</id>
<id>
attach-javadocs
</id>
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
3.0.
0
</version>
<version>
3.0.
1
</version>
<configuration>
<configuration>
<effort>
Max
</effort>
<effort>
Max
</effort>
<threshold>
Low
</threshold>
<threshold>
Low
</threshold>
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-pmd-plugin
</artifactId>
<artifactId>
maven-pmd-plugin
</artifactId>
<version>
3.
2
</version>
<version>
3.
4
</version>
<configuration>
<configuration>
<rulesets>
<rulesets>
...
@@ -280,7 +280,7 @@
...
@@ -280,7 +280,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-site-plugin
</artifactId>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.
3
</version>
<version>
3.
4
</version>
<dependencies>
<dependencies>
<!-- for using markdown syntax gitlab@build.se.informatik.uni-kiel.de:nts/doxia-module-markdown-teetime.git -->
<!-- for using markdown syntax gitlab@build.se.informatik.uni-kiel.de:nts/doxia-module-markdown-teetime.git -->
<dependency>
<dependency>
...
@@ -292,7 +292,7 @@
...
@@ -292,7 +292,7 @@
<dependency>
<dependency>
<groupId>
org.apache.maven.wagon
</groupId>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-ssh
</artifactId>
<artifactId>
wagon-ssh
</artifactId>
<version>
1.0
</version>
<version>
2.8
</version>
</dependency>
</dependency>
<!-- skin -->
<!-- skin -->
<dependency>
<dependency>
...
@@ -313,7 +313,7 @@
...
@@ -313,7 +313,7 @@
<plugin>
<plugin>
<groupId>
com.mycila
</groupId>
<groupId>
com.mycila
</groupId>
<artifactId>
license-maven-plugin
</artifactId>
<artifactId>
license-maven-plugin
</artifactId>
<version>
2.
7
</version>
<version>
2.
11
</version>
<configuration>
<configuration>
<header>
com/mycila/maven/plugin/license/templates/APACHE-2.txt
</header>
<header>
com/mycila/maven/plugin/license/templates/APACHE-2.txt
</header>
<properties>
<properties>
...
@@ -359,7 +359,7 @@
...
@@ -359,7 +359,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
<version>
2.1
3
</version>
<version>
2.1
5
</version>
<reportSets>
<reportSets>
<reportSet>
<reportSet>
<reports>
<reports>
...
@@ -371,7 +371,7 @@
...
@@ -371,7 +371,7 @@
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.
9.1
</version>
<version>
2.
10.3
</version>
<configuration>
<configuration>
<destDir>
${javadocOutputDir}
</destDir>
<destDir>
${javadocOutputDir}
</destDir>
</configuration>
</configuration>
...
@@ -379,19 +379,19 @@
...
@@ -379,19 +379,19 @@
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
3.0.
0
</version>
<version>
3.0.
1
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-pmd-plugin
</artifactId>
<artifactId>
maven-pmd-plugin
</artifactId>
<version>
3.
2
</version>
<version>
3.
4
</version>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.
6
</version>
<version>
2.
7
</version>
</plugin>
</plugin>
</plugins>
</plugins>
</reporting>
</reporting>
...
...
This diff is collapsed.
Click to expand it.
wiki
@
162510ff
Subproject commit
0e4474577e1f49bc96e734c286b2d9e0363895e
8
Subproject commit
162510ff4d2f04011498ba6920aae0c78347c6c
8
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