diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-14 13:55:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-15 16:07:30 -0400 |
commit | 6afa8a4b2ef4f6fa01e3858ed192bf99bea18778 (patch) | |
tree | d784ddd5a303ef15b7f488b8d62380cc7af95ad8 | |
parent | c6d4e25ec3df07b347977ee3b6720a60fcb28da9 (diff) |
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | components/model-catalog/proto-definition/pom.xml | 5 | ||||
-rw-r--r-- | components/parent/pom.xml | 3 | ||||
-rw-r--r-- | components/pom.xml | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml index 4680f6291..35fc9a9a1 100644 --- a/components/model-catalog/proto-definition/pom.xml +++ b/components/model-catalog/proto-definition/pom.xml @@ -15,8 +15,7 @@ * 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"> +<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.apps</groupId> @@ -84,4 +83,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 1d633efe6..dd74622dd 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -16,8 +16,7 @@ ~ 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"> +<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.apps</groupId> diff --git a/components/pom.xml b/components/pom.xml index c18e968fe..1915fecf7 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -15,8 +15,7 @@ ~ 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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> |