Skip to content

Commit

Permalink
We need to also deploy the parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed May 17, 2024
1 parent cf0d989 commit 057a724
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
4 changes: 3 additions & 1 deletion FXThemes-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
<parent>
<groupId>com.pixelduke</groupId>
<artifactId>parent-fxthemes</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>fxthemes-samples</artifactId>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<os-classifier>win</os-classifier>
<forceUploadingPainter>true</forceUploadingPainter>
</properties>
Expand Down
26 changes: 4 additions & 22 deletions FXThemes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<parent>
<groupId>com.pixelduke</groupId>
<artifactId>parent-fxthemes</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>fxthemes</artifactId>

<profiles>

<!-- *****************************************************************************************-->
<!-- MacOS -->
<!-- *****************************************************************************************-->
<!-- *********************************************************************-->
<!-- MacOS -->
<!-- *********************************************************************-->
<profile>
<id>mac</id>
<activation>
Expand Down Expand Up @@ -182,22 +182,4 @@
<version>5.13.0</version>
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

<scm>
<connection>scm:git:https://github.com/dukke/FXThemes.git</connection>
<developerConnection>scm:git:ssh://github.com/dukke/FXThemes.git</developerConnection>
<url>https://github.com/dukke/FXThemes</url>
</scm>

</project>
19 changes: 17 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.pixelduke</groupId>
<artifactId>parent-fxthemes</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<url>https://pixelduke.com/fxthemes/</url>

Expand All @@ -35,8 +35,11 @@
</licenses>

<scm>
<url>https://github.com/dukke/FXThemes.git</url>
<connection>scm:git:https://github.com/dukke/FXThemes.git</connection>
<developerConnection>scm:git:ssh://github.com/dukke/FXThemes.git</developerConnection>
<url>https://github.com/dukke/FXThemes</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/dukke/FXThemes/issues</url>
Expand All @@ -47,4 +50,16 @@
<module>FXThemes-samples</module>
</modules>
<packaging>pom</packaging>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 057a724

Please sign in to comment.