Skip to content

Commit 9cb9d17

Browse files
committed
Merge branch 'develop'
2 parents 9b8a4f4 + 0e15574 commit 9cb9d17

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@
367367
</activation>
368368
<build>
369369
<plugins>
370+
<plugin>
371+
<groupId>com.google.code.maven-replacer-plugin</groupId>
372+
<artifactId>replacer</artifactId>
373+
</plugin>
370374
<plugin>
371375
<artifactId>maven-javadoc-plugin</artifactId>
372376
</plugin>
@@ -382,10 +386,6 @@
382386
<plugin>
383387
<artifactId>maven-jar-plugin</artifactId>
384388
</plugin>
385-
<plugin>
386-
<groupId>com.google.code.maven-replacer-plugin</groupId>
387-
<artifactId>replacer</artifactId>
388-
</plugin>
389389
</plugins>
390390
</build>
391391
</profile>
@@ -399,6 +399,10 @@
399399
</activation>
400400
<build>
401401
<plugins>
402+
<plugin>
403+
<groupId>com.google.code.maven-replacer-plugin</groupId>
404+
<artifactId>replacer</artifactId>
405+
</plugin>
402406
<plugin>
403407
<artifactId>maven-gpg-plugin</artifactId>
404408
</plugin>
@@ -421,10 +425,6 @@
421425
<groupId>org.sonatype.central</groupId>
422426
<artifactId>central-publishing-maven-plugin</artifactId>
423427
</plugin>
424-
<plugin>
425-
<groupId>com.google.code.maven-replacer-plugin</groupId>
426-
<artifactId>replacer</artifactId>
427-
</plugin>
428428
</plugins>
429429
</build>
430430
</profile>

0 commit comments

Comments
 (0)