Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
vnenashev committed Nov 19, 2019
1 parent b19dab4 commit a1146b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
14 changes: 13 additions & 1 deletion libreoffice-api-wrapper-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<parent>
<groupId>com.payneteasy</groupId>
<artifactId>libreoffice-api-wrapper</artifactId>
<version>1.8</version>
<version>1.9</version>
</parent>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -95,4 +99,12 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub payneteasy Apache Maven Packages</name>
<url>https://maven.pkg.github.com/payneteasy/libreoffice-api-wrapper</url>
</repository>
</distributionManagement>
</project>
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.payneteasy</groupId>
<artifactId>libreoffice-api-wrapper</artifactId>
<version>1.8</version>
<version>1.9</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -28,6 +28,8 @@
<sonar.jacoco.reportPaths>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPaths>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>

<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<build>
Expand Down Expand Up @@ -107,14 +109,6 @@
</dependencies>
</dependencyManagement>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub payneteasy Apache Maven Packages</name>
<url>https://maven.pkg.github.com/payneteasy/libreoffice-api-wrapper</url>
</repository>
</distributionManagement>

<scm>
<connection>scm:git:https://github.com/payneteasy/libreoffice-api-wrapper.git</connection>
<developerConnection>scm:git:https://github.com/payneteasy/libreoffice-api-wrapper.git</developerConnection>
Expand Down

0 comments on commit a1146b6

Please sign in to comment.