|
3 | 3 | <groupId>com.github.devnied</groupId> |
4 | 4 | <artifactId>bit-lib4j</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | | - <version>1.6.1-SNAPSHOT</version> |
| 6 | + <version>1.5.3-SNAPSHOT</version> |
7 | 7 | <name>bit-lib4j</name> |
8 | 8 |
|
9 | 9 | <parent> |
|
41 | 41 | <connection>scm:git:git@github.com:devnied/Bit-lib4j.git</connection> |
42 | 42 | <developerConnection>scm:git:git@github.com:devnied/Bit-lib4j.git</developerConnection> |
43 | 43 | <url>scm:git:git@github.com:devnied/Bit-lib4j.git</url> |
44 | | - <tag>bit-lib4j-1.6.0</tag> |
| 44 | + <tag>HEAD</tag> |
45 | 45 | </scm> |
46 | 46 |
|
47 | 47 |
|
|
86 | 86 | </dependency> |
87 | 87 | </dependencies> |
88 | 88 |
|
89 | | - <distributionManagement> |
90 | | - <snapshotRepository> |
91 | | - <id>sonatype-nexus-snapshots</id> |
92 | | - <name>Sonatype Nexus Snapshots</name> |
93 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
94 | | - </snapshotRepository> |
95 | | - <repository> |
96 | | - <id>sonatype-nexus-staging</id> |
97 | | - <name>Nexus Release Repository</name> |
98 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
99 | | - </repository> |
100 | | - </distributionManagement> |
101 | | - |
102 | 89 | <build> |
103 | 90 | <defaultGoal>install</defaultGoal> |
104 | 91 | <plugins> |
| 92 | + <plugin> |
| 93 | + <groupId>org.sonatype.central</groupId> |
| 94 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 95 | + <version>0.9.0</version> |
| 96 | + <extensions>true</extensions> |
| 97 | + <configuration> |
| 98 | + <publishingServerId>central</publishingServerId> |
| 99 | + </configuration> |
| 100 | + </plugin> |
105 | 101 | <plugin> |
106 | 102 | <artifactId>maven-compiler-plugin</artifactId> |
107 | 103 | <version>3.15.0</version> |
|
157 | 153 | <check /> |
158 | 154 | </configuration> |
159 | 155 | </plugin> |
160 | | - <plugin> |
161 | | - <groupId>org.apache.maven.plugins</groupId> |
162 | | - <artifactId>maven-javadoc-plugin</artifactId> |
163 | | - <version>3.11.2</version> |
164 | | - <configuration> |
165 | | - <source>1.8</source> |
166 | | - <encoding>UTF-8</encoding> |
167 | | - <!-- liens externes désactivés pour éviter les erreurs de récupération --> |
168 | | - </configuration> |
169 | | - <executions> |
170 | | - <execution> |
171 | | - <id>attach-javadocs</id> |
172 | | - <goals> |
173 | | - <goal>jar</goal> |
174 | | - </goals> |
175 | | - </execution> |
176 | | - </executions> |
177 | | - </plugin> |
| 156 | + |
178 | 157 | </plugins> |
179 | 158 | </build> |
180 | 159 | <profiles> |
|
0 commit comments