mirror of https://github.com/apache/nifi.git
NIFI-8767 fixing project reference
This commit is contained in:
parent
9d29e8bae4
commit
777f9029b1
|
@ -15,9 +15,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>minifi-nar-bundles</artifactId>
|
||||
<groupId>org.apache.nifi.minifi</groupId>
|
||||
<version>1.14.0-SNAPSHOT</version>
|
||||
|
|
Loading…
Reference in New Issue