Skip to content

Commit

Permalink
added poms
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Talmi committed Sep 24, 2017
1 parent 835f9c4 commit e207f95
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/import-cost/pom.xml
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wixpress.infra</groupId>
<artifactId>import-cost</artifactId>
<packaging>pom</packaging>
<name>import-cost</name>
<description>import-cost</description>
<version>1.0.0-SNAPSHOT</version>

<organization>
<name></name>
</organization>

<parent>
<groupId>com.wixpress.common</groupId>
<artifactId>wix-master-parent</artifactId>
<version>100.0.0-SNAPSHOT</version>
</parent>

<developers>
<developer>
<name>Shahar Talmi</name>
<email>shahart@wix.com</email>
<roles>
<role>owner</role>
</roles>
</developer>
</developers>
</project>
30 changes: 30 additions & 0 deletions packages/vscode-import-cost/pom.xml
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wixpress.infra</groupId>
<artifactId>vscode-import-cost</artifactId>
<packaging>pom</packaging>
<name>vscode-import-cost</name>
<description>vscode-import-cost</description>
<version>1.0.0-SNAPSHOT</version>

<organization>
<name></name>
</organization>

<parent>
<groupId>com.wixpress.common</groupId>
<artifactId>wix-master-parent</artifactId>
<version>100.0.0-SNAPSHOT</version>
</parent>

<developers>
<developer>
<name>Shahar Talmi</name>
<email>shahart@wix.com</email>
<roles>
<role>owner</role>
</roles>
</developer>
</developers>
</project>

0 comments on commit e207f95

Please sign in to comment.