Skip to content

Commit f878406

Browse files
removed snapshot
1 parent 44e8915 commit f878406

File tree

6 files changed

+15
-37
lines changed

6 files changed

+15
-37
lines changed

jsondoc-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>jsondoc-parent</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<relativePath>../jsondoc-parent/pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.jsondoc</groupId>
1313
<artifactId>jsondoc-core</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>jsondoc-core</name>

jsondoc-parent/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.jsondoc</groupId>
77
<artifactId>jsondoc-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010
<name>jsondoc-parent</name>
1111

@@ -15,18 +15,6 @@
1515
</developer>
1616
</developers>
1717

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-
3018
<scm>
3119
<connection>scm:git:git@github.com:fabiomaffioletti/jsondoc.git</connection>
3220
<url>scm:git:git@github.com:fabiomaffioletti/jsondoc.git</url>

jsondoc-sample-springmvc/pom.xml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jsondoc</groupId>
66
<artifactId>jsondoc-sample-springmvc</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<packaging>war</packaging>
99

1010
<name>jsondoc-sample-springmvc</name>
@@ -35,29 +35,19 @@
3535
<id>springource-artifactory</id>
3636
<url>http://repo.springsource.org/libs-milestone</url>
3737
</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>
4838
</repositories>
4939

5040
<dependencies>
5141
<dependency>
5242
<groupId>org.jsondoc</groupId>
5343
<artifactId>jsondoc-core</artifactId>
54-
<version>1.0.0-SNAPSHOT</version>
44+
<version>1.0.0</version>
5545
</dependency>
5646

5747
<dependency>
5848
<groupId>org.jsondoc</groupId>
5949
<artifactId>jsondoc-springmvc</artifactId>
60-
<version>1.0.0-SNAPSHOT</version>
50+
<version>1.0.0</version>
6151
</dependency>
6252

6353
<dependency>

jsondoc-springmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<artifactId>jsondoc-parent</artifactId>
99
<groupId>org.jsondoc</groupId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1111
<relativePath>../jsondoc-parent/pom.xml</relativePath>
1212
</parent>
1313

1414
<groupId>org.jsondoc</groupId>
1515
<artifactId>jsondoc-springmvc</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1717

1818
<name>jsondoc-springmvc</name>
1919
<description>The Spring MVC helper of the jsondoc project</description>

jsondoc-ui/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<artifactId>jsondoc-parent</artifactId>
99
<groupId>org.jsondoc</groupId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1111
<relativePath>../jsondoc-parent/pom.xml</relativePath>
1212
</parent>
1313

1414
<groupId>org.jsondoc</groupId>
1515
<artifactId>jsondoc-ui</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0</version>
1717
<packaging>war</packaging>
1818

1919
<name>jsondoc-ui</name>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.jsondoc</groupId>
2727
<artifactId>jsondoc-sample-springmvc</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
28+
<version>1.0.0</version>
2929
<type>war</type>
3030
</dependency>
3131

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<groupId>org.jsondoc</groupId>
66
<artifactId>jsondoc-master</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<name>jsondoc-master</name>
1010

1111
<modules>
1212
<module>jsondoc-parent</module>
1313
<module>jsondoc-core</module>
1414
<module>jsondoc-springmvc</module>
1515
<module>jsondoc-sample-springmvc</module>
16-
<module>jsondoc-ui</module>
17-
</modules>
16+
<module>jsondoc-ui</module>
17+
</modules>
1818

19-
</project>
19+
</project>

0 commit comments

Comments
 (0)