Skip to content

Commit

Permalink
Renamed pom.xml to pom.xml.old as it's not used
Browse files Browse the repository at this point in the history
Keeping though in case a pom.xml file is needed again in the future
  • Loading branch information
rjrudin committed Sep 15, 2020
1 parent 6270a9e commit 3977348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml → pom.xml.old
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<!--
This is being retained in case a pom.xml file is needed again in the future. But it is no
longer named pom.xml so as to not cause confusion as to what defines the dependencies for this
project - build.gradle does.
-->

<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-data-movement-components</artifactId>
Expand Down

0 comments on commit 3977348

Please sign in to comment.