Skip to content

Commit 88b224a

Browse files
committed
updated organisation-name and excluded Configuration-files in
code-coverage
1 parent cadf75a commit 88b224a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spring-enricher
1111
<dependency>
1212
<groupId>com.avides.spring</groupId>
1313
<artifactId>spring-enricher</artifactId>
14-
<version>0.0.1-RELEASE</version>
14+
<version>0.0.2-RELEASE</version>
1515
</dependency>
1616
```

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>spring-enricher</name>
66
<description>Enables enriching of objects in spring-projects</description>
77
<url>https://github.com/avides/spring-enricher</url>
8-
<version>0.0.1-RELEASE</version>
8+
<version>0.0.2-RELEASE</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -19,7 +19,7 @@
1919
<id>mschumacher</id>
2020
<name>Martin Schumacher</name>
2121
<email>[email protected]</email>
22-
<organization>Avides MEDIA AG</organization>
22+
<organization>AVIDES Media AG</organization>
2323
<organizationUrl>http://www.avides.com</organizationUrl>
2424
<roles>
2525
<role>developer</role>
@@ -32,7 +32,7 @@
3232
</developers>
3333

3434
<organization>
35-
<name>Avides MEDIA AG</name>
35+
<name>AVIDES Media AG</name>
3636
<url>http://www.avides.com</url>
3737
</organization>
3838

@@ -155,6 +155,9 @@
155155
<version>${cobertura.version}</version>
156156
<configuration>
157157
<format>xml</format>
158+
<instrumentation>
159+
<exclude>**/*Configuration.class</exclude>
160+
</instrumentation>
158161
</configuration>
159162
</plugin>
160163
<plugin>

0 commit comments

Comments
 (0)