File tree Expand file tree Collapse file tree 6 files changed +23
-35
lines changed Expand file tree Collapse file tree 6 files changed +23
-35
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1
+ <project
2
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
11
12
12
13
<groupId >org.jsondoc</groupId >
13
14
<artifactId >jsondoc-core</artifactId >
14
- <version >1.0.1-SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<name >jsondoc-core</name >
Original file line number Diff line number Diff line change 25
25
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
26
26
</properties >
27
27
28
- <profiles >
29
- <profile >
30
- <id >work</id >
31
- <properties >
32
- <git .local.repo>file:///home/fabio/workspace_fabio/fm-repo/</git .local.repo>
33
- </properties >
34
- </profile >
35
- <profile >
36
- <id >home</id >
37
- <properties >
38
- <git .local.repo>file:///Users/fabio/workspace/fm-repo/</git .local.repo>
39
- </properties >
40
- </profile >
41
- </profiles >
42
-
43
28
<repositories >
44
29
<repository >
45
30
<id >springource-artifactory</id >
53
38
<dependency >
54
39
<groupId >org.jsondoc</groupId >
55
40
<artifactId >jsondoc-core</artifactId >
56
- <version >1.0.1-SNAPSHOT </version >
41
+ <version >${project.version} </version >
57
42
</dependency >
58
43
59
44
<dependency >
60
45
<groupId >org.jsondoc</groupId >
61
46
<artifactId >jsondoc-springmvc</artifactId >
62
- <version >1.0.1-SNAPSHOT </version >
47
+ <version >${project.version} </version >
63
48
</dependency >
64
49
65
50
<!-- Spring -->
Original file line number Diff line number Diff line change 2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
+ <parent >
6
+ <artifactId >jsondoc-parent</artifactId >
7
+ <groupId >org.jsondoc</groupId >
8
+ <version >1.0.1-SNAPSHOT</version >
9
+ <relativePath >../jsondoc-parent/pom.xml</relativePath >
10
+ </parent >
11
+
5
12
<groupId >org.jsondoc</groupId >
6
13
<artifactId >jsondoc-sample-springmvc</artifactId >
7
- <version >1.0.1-SNAPSHOT</version >
8
14
<packaging >war</packaging >
9
15
10
16
<name >jsondoc-sample-springmvc</name >
16
22
</properties >
17
23
18
24
<profiles >
19
- <profile >
20
- <id >dotcloud</id >
21
- <properties >
22
- <base .path>http://jsondoc-fabiomaffioletti.dotcloud.com/api</base .path>
23
- </properties >
24
- </profile >
25
25
<profile >
26
26
<id >appfog</id >
27
27
<properties >
41
41
<dependency >
42
42
<groupId >org.jsondoc</groupId >
43
43
<artifactId >jsondoc-core</artifactId >
44
- <version >1.0.1-SNAPSHOT </version >
44
+ <version >${project.version} </version >
45
45
</dependency >
46
46
47
47
<dependency >
48
48
<groupId >org.jsondoc</groupId >
49
49
<artifactId >jsondoc-springmvc</artifactId >
50
- <version >1.0.1-SNAPSHOT </version >
50
+ <version >${project.version} </version >
51
51
</dependency >
52
52
53
53
<dependency >
158
158
<artifactId >maven-antrun-plugin</artifactId >
159
159
<executions >
160
160
<execution >
161
- <id >copy-war-for-dotcloud -deploy</id >
161
+ <id >copy-war-for-appfog -deploy</id >
162
162
<phase >package</phase >
163
163
<configuration >
164
164
<tasks >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
1
<project
3
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
3
xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
13
12
14
13
<groupId >org.jsondoc</groupId >
15
14
<artifactId >jsondoc-springmvc</artifactId >
16
- <version >1.0.1-SNAPSHOT</ version >
15
+ <packaging >jar</ packaging >
17
16
18
17
<name >jsondoc-springmvc</name >
19
18
<description >The Spring MVC helper of the jsondoc project</description >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
1
<project
3
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4
3
xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
13
12
14
13
<groupId >org.jsondoc</groupId >
15
14
<artifactId >jsondoc-ui</artifactId >
16
- <version >1.0.1-SNAPSHOT</version >
17
15
<packaging >war</packaging >
18
16
19
17
<name >jsondoc-ui</name >
25
23
<dependency >
26
24
<groupId >org.jsondoc</groupId >
27
25
<artifactId >jsondoc-sample-springmvc</artifactId >
28
- <version >1.0.1-SNAPSHOT </version >
26
+ <version >${project.version} </version >
29
27
<type >war</type >
30
28
</dependency >
31
29
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
+ <parent >
6
+ <artifactId >jsondoc-parent</artifactId >
7
+ <groupId >org.jsondoc</groupId >
8
+ <version >1.0.1-SNAPSHOT</version >
9
+ <relativePath >jsondoc-parent/pom.xml</relativePath >
10
+ </parent >
11
+
5
12
<groupId >org.jsondoc</groupId >
6
13
<artifactId >jsondoc-master</artifactId >
7
14
<packaging >pom</packaging >
8
- <version >1.0.1-SNAPSHOT</version >
9
15
<name >jsondoc-master</name >
10
16
11
17
<modules >
You can’t perform that action at this time.
0 commit comments