Skip to content

Commit f0cef2f

Browse files
committed
fixe
1 parent 3f5c9bb commit f0cef2f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,6 @@
4949
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
5050
</repository>
5151
</repositories>
52-
<profiles>
53-
<profile>
54-
<id>deploy-to-sonatype</id>
55-
<build>
56-
<plugins>
57-
<plugin>
58-
<groupId>org.sonatype.central</groupId>
59-
<artifactId>central-publishing-maven-plugin</artifactId>
60-
<version>0.7.0</version>
61-
<extensions>true</extensions>
62-
<configuration>
63-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl>
64-
<publishingServerId>sonatype-central</publishingServerId>
65-
<autoPublish>true</autoPublish>
66-
<waitUntil>published</waitUntil>
67-
</configuration>
68-
</plugin>
69-
</plugins>
70-
</build>
71-
</profile>
72-
</profiles>
7352
<dependencies>
7453
<dependency>
7554
<groupId>commons-lang</groupId>
@@ -102,4 +81,25 @@
10281
<scope>provided</scope>
10382
</dependency>
10483
</dependencies>
84+
<profiles>
85+
<profile>
86+
<id>deploy-to-sonatype</id>
87+
<build>
88+
<plugins>
89+
<plugin>
90+
<groupId>org.sonatype.central</groupId>
91+
<artifactId>central-publishing-maven-plugin</artifactId>
92+
<version>0.7.0</version>
93+
<extensions>true</extensions>
94+
<configuration>
95+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots</centralSnapshotsUrl>
96+
<publishingServerId>sonatype-central</publishingServerId>
97+
<autoPublish>true</autoPublish>
98+
<waitUntil>published</waitUntil>
99+
</configuration>
100+
</plugin>
101+
</plugins>
102+
</build>
103+
</profile>
104+
</profiles>
105105
</project>

0 commit comments

Comments
 (0)