Skip to content

Commit 654d785

Browse files
authored
Merge branch 'master' into upgrade
2 parents 1d80e2b + c7dfb8f commit 654d785

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

json-smart/pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,15 @@ limitations under the License.
290290
</executions>
291291
</plugin>
292292
<plugin>
293-
<groupId>org.apache.maven.plugins</groupId>
294-
<artifactId>maven-install-plugin</artifactId>
295-
<version>3.1.4</version>
296-
</plugin>
297-
<plugin>
298-
<groupId>org.apache.maven.plugins</groupId>
299-
<artifactId>maven-deploy-plugin</artifactId>
300-
<version>3.1.4</version>
301-
</plugin>
302-
293+
<groupId>org.apache.maven.plugins</groupId>
294+
<artifactId>maven-install-plugin</artifactId>
295+
<version>3.1.4</version>
296+
</plugin>
297+
<plugin>
298+
<groupId>org.apache.maven.plugins</groupId>
299+
<artifactId>maven-deploy-plugin</artifactId>
300+
<version>3.1.4</version>
301+
</plugin>
303302
</plugins>
304303
</build>
305304
<dependencies>

0 commit comments

Comments
 (0)