aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-data-services/features/features-appc-config-data-services
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2018-10-09 11:32:38 -0700
committerPatrick Brady <patrick.brady@att.com>2018-10-09 11:32:41 -0700
commit9d3800890a8fff3d431b05089975bca4585a895d (patch)
treea1a6ccdefb28f6c896ef8ebc14e7c89ec29dc0cf /appc-config/appc-data-services/features/features-appc-config-data-services
parent8e53f31a0bb3102abd675626b6eb4457ab629e0a (diff)
Change to released parent poms
Change-Id: I298b1ac52c849320b67c649017b3604490a5063b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
Diffstat (limited to 'appc-config/appc-data-services/features/features-appc-config-data-services')
-rw-r--r--appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml
index 986a30617..9c9ca3b53 100644
--- a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml
+++ b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<relativePath />
</parent>
=========================== Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software 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. ============LICENSE_END========================================================= --> <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.policy.api</groupId> <artifactId>api-testsuites</artifactId> <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>create-distribution</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/assembly/assembly.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>