Skip to content

Commit 19830dd

Browse files
clean up
Signed-off-by: Frank Giordano <giofr01@yahoo.com>
1 parent d8f2b3d commit 19830dd

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -217,20 +217,20 @@
217217
</executions>
218218
</plugin>
219219
<plugin>
220-
<groupId>org.sonatype.central</groupId>
221-
<artifactId>central-publishing-maven-plugin</artifactId>
222-
<version>0.10.0</version>
223-
<extensions>true</extensions>
224-
<configuration>
225-
<publishingServerId>central</publishingServerId>
226-
</configuration>
227-
<dependencies>
228-
<dependency>
229-
<groupId>org.codehaus.plexus</groupId>
230-
<artifactId>plexus-utils</artifactId>
231-
<version>4.0.3</version>
232-
</dependency>
233-
</dependencies>
220+
<groupId>org.sonatype.central</groupId>
221+
<artifactId>central-publishing-maven-plugin</artifactId>
222+
<version>0.10.0</version>
223+
<extensions>true</extensions>
224+
<configuration>
225+
<publishingServerId>central</publishingServerId>
226+
</configuration>
227+
<dependencies>
228+
<dependency>
229+
<groupId>org.codehaus.plexus</groupId>
230+
<artifactId>plexus-utils</artifactId>
231+
<version>4.0.3</version>
232+
</dependency>
233+
</dependencies>
234234
</plugin>
235235
</plugins>
236236
</build>

0 commit comments

Comments
 (0)