Increment version to 1.6.2
[appc/deployment.git] / platform-logic / appc / pom.xml
index 258c121..178e946 100644 (file)
@@ -18,8 +18,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
 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.
-
-ECOMP is a trademark and service mark of AT&T Intellectual Property.
 ============LICENSE_END============================================
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -28,14 +26,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
        <parent>
                <groupId>org.onap.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.6.2-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.appc.deployment</groupId>
        <artifactId>platform-logic-appc</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.6.2-SNAPSHOT</version>
 
        <name>Platform Logic : APP-C</name>
        <description>Contains platform-level service logic for the APP-C Platform</description>
@@ -75,39 +73,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                                        </execution>
                                </executions>
                        </plugin>
-                       <!-- Copying the JSON DG Graph scripts from platform-logic/appc/src/main/json/dg-loader-dgs to container's <SVCLOGIC_DIR>/graphs/appc/json/dg-loader-dgs path --> 
-                       <plugin>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <version>2.6</version>
-                               <executions>
-                                       <execution>
-                                               <id>copy-dgloader-dgs</id>
-                                               <goals>
-                                                       <goal>copy-resources</goal>
-                                               </goals>
-                                               <phase>validate</phase>
-                                               <configuration>
-                                                       <outputDirectory>../target/graphs/appc/json/dg-loader-dgs</outputDirectory>
-                                                       <resources>
-                                                               <resource>
-                                                                       <directory>src/main/json/dg-loader-dgs</directory>
-                                                                       <includes>
-                                                                               <include>**/*.json</include>
-                                                                       </includes>
-                                                                       <filtering>true</filtering>
-                                                               </resource>
-                                                               <resource>
-                                                                       <directory>src/main/resources</directory>
-                                                                       <includes>
-                                                                               <include>dg_activate.txt</include>
-                                                                       </includes>
-                                                                       <filtering>true</filtering>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <!-- Copying the default platform-logic scripts from platform-logic/appc/src/main/json to container's <SVCLOGIC_DIR>/graphs/appc/json path --> 
                        <plugin>
                                <artifactId>maven-resources-plugin</artifactId>