File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <groupId >com.github.devnied</groupId >
44 <artifactId >bit-lib4j</artifactId >
55 <packaging >jar</packaging >
6- <version >1.5.3-SNAPSHOT </version >
6+ <version >1.6.0 </version >
77 <name >bit-lib4j</name >
88
99 <parent >
4141 <connection >scm:git:git@github.com:devnied/Bit-lib4j.git</connection >
4242 <developerConnection >scm:git:git@github.com:devnied/Bit-lib4j.git</developerConnection >
4343 <url >scm:git:git@github.com:devnied/Bit-lib4j.git</url >
44- <tag >HEAD </tag >
44+ <tag >bit-lib4j-1.6.0 </tag >
4545 </scm >
4646
4747
153153 <check />
154154 </configuration >
155155 </plugin >
156-
156+ <plugin >
157+ <groupId >org.apache.maven.plugins</groupId >
158+ <artifactId >maven-javadoc-plugin</artifactId >
159+ <version >3.11.2</version >
160+ <configuration >
161+ <source >1.8</source >
162+ <encoding >UTF-8</encoding >
163+ </configuration >
164+ <executions >
165+ <execution >
166+ <id >attach-javadocs</id >
167+ <goals >
168+ <goal >jar</goal >
169+ </goals >
170+ </execution >
171+ </executions >
172+ </plugin >
157173 </plugins >
158174 </build >
159175 <profiles >
You can’t perform that action at this time.
0 commit comments