File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ spring-enricher
11
11
<dependency >
12
12
<groupId >com.avides.spring</groupId >
13
13
<artifactId >spring-enricher</artifactId >
14
- <version >0.0.1 -RELEASE</version >
14
+ <version >0.0.2 -RELEASE</version >
15
15
</dependency >
16
16
```
Original file line number Diff line number Diff line change 5
5
<name >spring-enricher</name >
6
6
<description >Enables enriching of objects in spring-projects</description >
7
7
<url >https://github.com/avides/spring-enricher</url >
8
- <version >0.0.1 -RELEASE</version >
8
+ <version >0.0.2 -RELEASE</version >
9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
<id >mschumacher</id >
20
20
<name >Martin Schumacher</name >
21
21
22
- <organization >Avides MEDIA AG</organization >
22
+ <organization >AVIDES Media AG</organization >
23
23
<organizationUrl >http://www.avides.com</organizationUrl >
24
24
<roles >
25
25
<role >developer</role >
32
32
</developers >
33
33
34
34
<organization >
35
- <name >Avides MEDIA AG</name >
35
+ <name >AVIDES Media AG</name >
36
36
<url >http://www.avides.com</url >
37
37
</organization >
38
38
155
155
<version >${cobertura.version} </version >
156
156
<configuration >
157
157
<format >xml</format >
158
+ <instrumentation >
159
+ <exclude >**/*Configuration.class</exclude >
160
+ </instrumentation >
158
161
</configuration >
159
162
</plugin >
160
163
<plugin >
You can’t perform that action at this time.
0 commit comments