Prepare for release 0.4.1
[ccsdk/features.git] / features / pom.xml
index c16f697..38eb63c 100755 (executable)
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
+<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>odlparent-lite</artifactId>
-        <version>1.1.0</version>
-        <relativePath/>
-    </parent>
+       <parent>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.2.1</version>
+               <relativePath/>
+       </parent>
 
-    <groupId>org.onap.ccsdk.features</groupId>
-    <artifactId>ccsdk-feature-aggregator</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
-    <packaging>pom</packaging>
+       <groupId>org.onap.ccsdk.features</groupId>
+       <artifactId>ccsdk-feature-aggregator</artifactId>
+       <version>0.4.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
 
-    <name>Blueprints Processor :: features</name>
+       <name>Blueprints Processor :: features</name>
 
-    <modules>
-        <module>ccsdk-features-all</module>
-        <module>features-features</module>
-        <module>installer</module>
-    </modules>
+       <modules>
+               <module>ccsdk-features-all</module>
+               <module>features-features</module>
+               <module>installer</module>
+       </modules>
 </project>