77 <groupId >io.qala.datagen</groupId >
88 <artifactId >qala-datagen-parent</artifactId >
99 <packaging >pom</packaging >
10- <version >1.0-SNAPSHOT</version >
10+ <version >1.0.0</version >
11+
12+ <licenses >
13+ <license >
14+ <name >The Apache License, Version 2.0</name >
15+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
16+ </license >
17+ </licenses >
18+ <name >Qala Datagen</name >
19+ <description >Java lib to generate random data to facilitate Randomized Testing.</description >
20+ <url >https://bitbucket.org/qala/datagen/</url >
21+ <developers >
22+ <developer >
23+ <name >Stanislav Bashkyrtsev</name >
24+ 25+ <organization >Qala</organization >
26+ <organizationUrl >http://qala.io</organizationUrl >
27+ </developer >
28+ </developers >
29+
1130 <modules >
1231 <module >datagen</module >
13- <module >datagen-java8types</module >
32+ <!-- < module>datagen-java8types</module> -- >
1433 </modules >
1534
1635 <properties >
5473 </execution >
5574 </executions >
5675 </plugin >
76+ <plugin >
77+ <groupId >org.apache.maven.plugins</groupId >
78+ <artifactId >maven-javadoc-plugin</artifactId >
79+ <version >2.10.3</version >
80+ <executions >
81+ <execution >
82+ <id >generate-javadocs</id >
83+ <phase >verify</phase >
84+ <goals >
85+ <goal >jar</goal >
86+ </goals >
87+ </execution >
88+ </executions >
89+ </plugin >
5790 <plugin >
5891 <groupId >org.sonatype.plugins</groupId >
5992 <artifactId >nexus-staging-maven-plugin</artifactId >
185218 </repository >
186219 </distributionManagement >
187220 <scm >
188- <url >https://bitbucket.org/qala/datagen</url >
221+ <
connection >scm:git:https://
[email protected] /qala/datagen.git</
connection >
222+ <
developerConnection >scm:git:https://
[email protected] /qala/datagen.git</
developerConnection >
223+ <url >https://bitbucket.org/qala/datagen/</url >
189224 </scm >
190225</project >
0 commit comments