Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
APEXCORE-518 - Update codestyle-config project pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Rozov committed Sep 2, 2016
1 parent eea5c9c commit 5f06c7f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions codestyle-config/pom.xml
Expand Up @@ -22,16 +22,19 @@
<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.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating</version>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>18</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.apex</groupId>
<artifactId>apex-codestyle-config</artifactId>
<name>Apache Apex (incubating) Codestyle Config</name>
<version>1.0.0-incubating</version>
<name>Apache Apex Codestyle Config</name>
<version>1.1.0</version>

<properties>
<!-- skip source archives -->
Expand Down

0 comments on commit 5f06c7f

Please sign in to comment.