Skip to content

Commit fe4e446

Browse files
poms for version 1.0.3-SNAPSHOT
1 parent 0197029 commit fe4e446

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

jsondoc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jsondoc-sample-external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jsondoc-sample-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.2</version>
8+
<version>1.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jsondoc-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.2</version>
9+
<version>1.0.3-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

jsondoc-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.2</version>
9+
<version>1.0.3-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

@@ -170,6 +170,14 @@
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-javadoc-plugin</artifactId>
172172
<version>2.8.1</version>
173+
<executions>
174+
<execution>
175+
<id>attach-javadocs</id>
176+
<goals>
177+
<goal>jar</goal>
178+
</goals>
179+
</execution>
180+
</executions>
173181
</plugin>
174182

175183
<plugin>

0 commit comments

Comments
 (0)