File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed
Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1+ language : java
2+
3+ sudo : false
4+
5+ jdk :
6+ - oraclejdk8
7+ - oraclejdk7
8+ - openjdk7
9+
10+ # branches:
11+ # only:
12+ # - master
13+
14+ notifications :
15+ email :
16+ recipients :
17+ - juraj.somorovsky@hackmanit.de
18+ - robert.merget@rub.de
Original file line number Diff line number Diff line change 66 <version >2.0</version >
77 <packaging >jar</packaging >
88
9- <name >ModifiableVariable </name >
9+ <name >${project.groupId} : ${project.artifactId} </name >
1010 <description >A Modifiable Variable concept allows for easy runtime modifications of basic data types like integers, booleans, or byte arrays</description >
1111 <url >https://github.com/RUB-NDS/ModifiableVariable</url >
1212
2323 <id >jsomorovsky</id >
2424 <name >Juraj Somorovsky</name >
2525 <email >Juraj.Somorovsky@rub.de</email >
26- <url >http ://www.nds.rub.de /</url >
26+ <url >https ://github.com/jurajsomorovsky /</url >
2727 <organization >NDS</organization >
2828 <organizationUrl >http://www.nds.rub.de</organizationUrl >
2929 <roles >
3535 <id >ic0ns</id >
3636 <name >Robert Merget</name >
3737 <email >robert.merget@rub.de</email >
38- <url >http ://www.nds.rub.de /</url >
38+ <url >https ://github.com/ic0ns /</url >
3939 <organization >NDS</organization >
4040 <organizationUrl >http://www.nds.rub.de</organizationUrl >
4141 <roles >
4444 </developer >
4545 </developers >
4646
47+ <scm >
48+ <connection >scm:git:git://github.com/RUB-NDS/ModifiableVariable.git</connection >
49+ <developerConnection >scm:git:ssh://github.com/RUB-NDS/ModifiableVariable.git</developerConnection >
50+ <url >https://github.com/RUB-NDS/ModifiableVariable/tree/master</url >
51+ </scm >
52+
4753 <dependencies >
4854 <dependency >
4955 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments