Skip to content

Commit

Permalink
Update POMs for publish
Browse files Browse the repository at this point in the history
Add properties to POMs to fix maven publishing errors
  • Loading branch information
tamirkamara authored Mar 17, 2019
1 parent 44e3470 commit 78bb02d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
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>
<artifactId>kusto-data</artifactId>
<name>Kusto data client library</name>
<description>Kusto client library for executing queries and retrieving data</description>

<parent>
<artifactId>kusto-client</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
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>
<artifactId>kusto-ingest</artifactId>
<name>Kusto ingest client library</name>
<description>Kusto client library for ingesting data</description>

<parent>
<artifactId>kusto-client</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<packaging>pom</packaging>
<version>${revision}</version>

<url>https://github.com/Azure/azure-kusto-java</url>
<scm>
<url>scm:git:https://github.com/Azure/azure-kusto-java</url>
<connection>scm:git:https://github.com/Azure/azure-kusto-java</connection>
Expand Down

0 comments on commit 78bb02d

Please sign in to comment.