Skip to content

Commit e9ed453

Browse files
committed
[maven-release-plugin] rollback the release of bit-lib4j-1.6.0
1 parent 810fb52 commit e9ed453

1 file changed

Lines changed: 12 additions & 33 deletions

File tree

pom.xml

Lines changed: 12 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.github.devnied</groupId>
44
<artifactId>bit-lib4j</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.6.1-SNAPSHOT</version>
6+
<version>1.5.3-SNAPSHOT</version>
77
<name>bit-lib4j</name>
88

99
<parent>
@@ -41,7 +41,7 @@
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>bit-lib4j-1.6.0</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747

@@ -86,22 +86,18 @@
8686
</dependency>
8787
</dependencies>
8888

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-
10289
<build>
10390
<defaultGoal>install</defaultGoal>
10491
<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>
105101
<plugin>
106102
<artifactId>maven-compiler-plugin</artifactId>
107103
<version>3.15.0</version>
@@ -157,24 +153,7 @@
157153
<check />
158154
</configuration>
159155
</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+
178157
</plugins>
179158
</build>
180159
<profiles>

0 commit comments

Comments
 (0)