Skip to content

Commit 60b36c5

Browse files
travis configuration
scm information
1 parent 854146c commit 60b36c5

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

@@ -23,7 +23,7 @@
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>
@@ -35,7 +35,7 @@
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>
@@ -44,6 +44,12 @@
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>

0 commit comments

Comments
 (0)