File tree Expand file tree Collapse file tree 6 files changed +15
-37
lines changed Expand file tree Collapse file tree 6 files changed +15
-37
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >jsondoc-parent</artifactId >
7
7
<groupId >org.jsondoc</groupId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
<relativePath >../jsondoc-parent/pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<groupId >org.jsondoc</groupId >
13
13
<artifactId >jsondoc-core</artifactId >
14
- <version >1.0.0-SNAPSHOT </version >
14
+ <version >1.0.0</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<name >jsondoc-core</name >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.jsondoc</groupId >
7
7
<artifactId >jsondoc-parent</artifactId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
<packaging >pom</packaging >
10
10
<name >jsondoc-parent</name >
11
11
15
15
</developer >
16
16
</developers >
17
17
18
- <distributionManagement >
19
- <repository >
20
- <id >github-repo</id >
21
- <url >${git.local.repo} releases</url >
22
- </repository >
23
- <snapshotRepository >
24
- <id >github-repo</id >
25
- <url >${git.local.repo} snapshots</url >
26
- <uniqueVersion >false</uniqueVersion >
27
- </snapshotRepository >
28
- </distributionManagement >
29
-
30
18
<scm >
31
19
<connection >scm:git:git@github.com:fabiomaffioletti/jsondoc.git</connection >
32
20
<url >scm:git:git@github.com:fabiomaffioletti/jsondoc.git</url >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.jsondoc</groupId >
6
6
<artifactId >jsondoc-sample-springmvc</artifactId >
7
- <version >1.0.0-SNAPSHOT </version >
7
+ <version >1.0.0</version >
8
8
<packaging >war</packaging >
9
9
10
10
<name >jsondoc-sample-springmvc</name >
35
35
<id >springource-artifactory</id >
36
36
<url >http://repo.springsource.org/libs-milestone</url >
37
37
</repository >
38
-
39
- <repository >
40
- <id >fm-repo-snapshots</id >
41
- <url >https://raw.github.com/fabiomaffioletti/fm-repo/master/snapshots</url >
42
- </repository >
43
-
44
- <repository >
45
- <id >fm-repo-releases</id >
46
- <url >https://raw.github.com/fabiomaffioletti/fm.repo/master/releases</url >
47
- </repository >
48
38
</repositories >
49
39
50
40
<dependencies >
51
41
<dependency >
52
42
<groupId >org.jsondoc</groupId >
53
43
<artifactId >jsondoc-core</artifactId >
54
- <version >1.0.0-SNAPSHOT </version >
44
+ <version >1.0.0</version >
55
45
</dependency >
56
46
57
47
<dependency >
58
48
<groupId >org.jsondoc</groupId >
59
49
<artifactId >jsondoc-springmvc</artifactId >
60
- <version >1.0.0-SNAPSHOT </version >
50
+ <version >1.0.0</version >
61
51
</dependency >
62
52
63
53
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >jsondoc-parent</artifactId >
9
9
<groupId >org.jsondoc</groupId >
10
- <version >1.0.0-SNAPSHOT </version >
10
+ <version >1.0.0</version >
11
11
<relativePath >../jsondoc-parent/pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<groupId >org.jsondoc</groupId >
15
15
<artifactId >jsondoc-springmvc</artifactId >
16
- <version >1.0.0-SNAPSHOT </version >
16
+ <version >1.0.0</version >
17
17
18
18
<name >jsondoc-springmvc</name >
19
19
<description >The Spring MVC helper of the jsondoc project</description >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >jsondoc-parent</artifactId >
9
9
<groupId >org.jsondoc</groupId >
10
- <version >1.0.0-SNAPSHOT </version >
10
+ <version >1.0.0</version >
11
11
<relativePath >../jsondoc-parent/pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<groupId >org.jsondoc</groupId >
15
15
<artifactId >jsondoc-ui</artifactId >
16
- <version >1.0.0-SNAPSHOT </version >
16
+ <version >1.0.0</version >
17
17
<packaging >war</packaging >
18
18
19
19
<name >jsondoc-ui</name >
25
25
<dependency >
26
26
<groupId >org.jsondoc</groupId >
27
27
<artifactId >jsondoc-sample-springmvc</artifactId >
28
- <version >1.0.0-SNAPSHOT </version >
28
+ <version >1.0.0</version >
29
29
<type >war</type >
30
30
</dependency >
31
31
Original file line number Diff line number Diff line change 5
5
<groupId >org.jsondoc</groupId >
6
6
<artifactId >jsondoc-master</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
<name >jsondoc-master</name >
10
10
11
11
<modules >
12
12
<module >jsondoc-parent</module >
13
13
<module >jsondoc-core</module >
14
14
<module >jsondoc-springmvc</module >
15
15
<module >jsondoc-sample-springmvc</module >
16
- <module >jsondoc-ui</module >
17
- </modules >
16
+ <module >jsondoc-ui</module >
17
+ </modules >
18
18
19
- </project >
19
+ </project >
You can’t perform that action at this time.
0 commit comments