|
|
@@ -23,41 +23,33 @@
|
|
23
|
23
|
<ciManagement/>
|
|
24
|
24
|
<developers>
|
|
25
|
25
|
<developer>
|
|
26
|
|
- <id>eric_evans</id>
|
|
27
|
|
- <name>Eric Evans</name>
|
|
28
|
|
- <organization>Domain Language, Inc.</organization>
|
|
29
|
|
- <organizationUrl>http://www.domainlanguage.com</organizationUrl>
|
|
30
|
|
- <timezone>-8</timezone>
|
|
31
|
|
- </developer>
|
|
32
|
|
- <developer>
|
|
33
|
|
- <id>peba</id>
|
|
34
|
26
|
<name>Peter Backlund</name>
|
|
35
|
27
|
<organization>Citerus</organization>
|
|
36
|
28
|
<organizationUrl>http://www.citerus.se</organizationUrl>
|
|
37
|
|
- <timezone>+1</timezone>
|
|
38
|
29
|
</developer>
|
|
39
|
|
- <developer>
|
|
40
|
|
- <id>patrikfr</id>
|
|
41
|
|
- <name>Patrik Fredriksson</name>
|
|
42
|
|
- <organization>Citerus</organization>
|
|
43
|
|
- <organizationUrl>http://www.citerus.se</organizationUrl>
|
|
44
|
|
- <timezone>+1</timezone>
|
|
45
|
|
- </developer>
|
|
46
|
|
- <developer>
|
|
47
|
|
- <id>jeham</id>
|
|
|
30
|
+ </developers>
|
|
|
31
|
+ <contributors>
|
|
|
32
|
+ <contributor>
|
|
|
33
|
+ <name>Eric Evans</name>
|
|
|
34
|
+ <organization>Domain Language, Inc.</organization>
|
|
|
35
|
+ <organizationUrl>http://www.domainlanguage.com</organizationUrl>
|
|
|
36
|
+ </contributor>
|
|
|
37
|
+ <contributor>
|
|
48
|
38
|
<name>Jesper Hammarback</name>
|
|
49
|
39
|
<organization>Citerus</organization>
|
|
50
|
40
|
<organizationUrl>http://www.citerus.se</organizationUrl>
|
|
51
|
|
- <timezone>+1</timezone>
|
|
52
|
|
- </developer>
|
|
53
|
|
- <developer>
|
|
54
|
|
- <id>jorgen_falk</id>
|
|
|
41
|
+ </contributor>
|
|
|
42
|
+ <contributor>
|
|
55
|
43
|
<name>Jorgen Falk</name>
|
|
56
|
44
|
<organization>Citerus</organization>
|
|
57
|
45
|
<organizationUrl>http://www.citerus.se</organizationUrl>
|
|
58
|
|
- <timezone>+1</timezone>
|
|
59
|
|
- </developer>
|
|
60
|
|
- </developers>
|
|
|
46
|
+ </contributor>
|
|
|
47
|
+ <contributor>
|
|
|
48
|
+ <name>Patrik Fredriksson</name>
|
|
|
49
|
+ <organization>Citerus</organization>
|
|
|
50
|
+ <organizationUrl>http://www.citerus.se</organizationUrl>
|
|
|
51
|
+ </contributor>
|
|
|
52
|
+ </contributors>
|
|
61
|
53
|
<licenses>
|
|
62
|
54
|
<license>
|
|
63
|
55
|
<name>MIT</name>
|
|
|
@@ -71,11 +63,11 @@
|
|
71
|
63
|
</scm>
|
|
72
|
64
|
<properties>
|
|
73
|
65
|
<spring.version>2.5.6</spring.version>
|
|
74
|
|
- <cxf.version>2.2.2</cxf.version>
|
|
75
|
|
- <slf4j.version>1.5.8</slf4j.version>
|
|
|
66
|
+ <cxf.version>2.2.7</cxf.version>
|
|
|
67
|
+ <slf4j.version>1.5.11</slf4j.version>
|
|
76
|
68
|
</properties>
|
|
77
|
69
|
<build>
|
|
78
|
|
- <defaultGoal>package</defaultGoal>
|
|
|
70
|
+ <defaultGoal>install</defaultGoal>
|
|
79
|
71
|
<pluginManagement>
|
|
80
|
72
|
<plugins>
|
|
81
|
73
|
<plugin>
|