Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from g4s8/ppom
Browse files Browse the repository at this point in the history
Renamed artifactid
  • Loading branch information
yegor256 committed Feb 5, 2020
2 parents 3619d66 + 24ac52f commit 8d4f9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ SOFTWARE.
<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>
<groupId>com.artipie</groupId>
<artifactId>parent</artifactId>
<artifactId>ppom</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>parent</name>
<name>${project.groupId}:${project.artifactId}</name>
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
Expand Down

0 comments on commit 8d4f9a4

Please sign in to comment.