Update the Django version to 3.1.14
[modeling/etsicatalog.git] / assembly.xml
index 5913dab..3780ede 100644 (file)
@@ -16,7 +16,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-    <id>catalog</id>
+    <id>etsicatalog</id>
     <formats>
         <format>zip</format>
     </formats>
@@ -76,5 +76,5 @@
             </includes>
         </fileSet>
     </fileSets>
-    <baseDirectory>vfc/nfvo/catalog</baseDirectory>
+    <baseDirectory>modeling/etsicatalog</baseDirectory>
 </assembly>