Skip to content

Commit c543986

Browse files
committed
Automatic formatting only
1 parent 589214d commit c543986

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@
6868
</includes>
6969
</configuration>
7070
</plugin>
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-release-plugin</artifactId>
74+
<version>${maven-release-plugin.version}</version>
75+
<configuration>
76+
<completionGoals>clean</completionGoals>
77+
<preparationGoals>clean</preparationGoals>
78+
<useReleaseProfile>false</useReleaseProfile>
79+
<autoVersionSubmodules>true</autoVersionSubmodules>
80+
</configuration>
81+
</plugin>
7182
<plugin>
7283
<groupId>org.codehaus.mojo</groupId>
7384
<artifactId>buildnumber-maven-plugin</artifactId>
@@ -119,17 +130,6 @@
119130
</execution>
120131
</executions>
121132
</plugin>
122-
<plugin>
123-
<groupId>org.apache.maven.plugins</groupId>
124-
<artifactId>maven-release-plugin</artifactId>
125-
<version>${maven-release-plugin.version}</version>
126-
<configuration>
127-
<completionGoals>clean</completionGoals>
128-
<preparationGoals>clean</preparationGoals>
129-
<useReleaseProfile>false</useReleaseProfile>
130-
<autoVersionSubmodules>true</autoVersionSubmodules>
131-
</configuration>
132-
</plugin>
133133
<plugin>
134134
<groupId>org.codehaus.mojo</groupId>
135135
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)