Skip to content

Commit

Permalink
Configure publishing to Github Packages && Bump version to v2.0.1-cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 6, 2021
1 parent 6c826f6 commit 93ebcdf
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>no.tornado</groupId>
<artifactId>tornadofx</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1-cdk</version>
<packaging>jar</packaging>
<name>TornadoFX</name>
<description>Lightweight JavaFX Framework for Kotlin</description>
Expand Down Expand Up @@ -107,14 +107,10 @@

<distributionManagement>
<repository>
<id>sonatype-nexus</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/conduktor/tornadofx</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<organization>
Expand Down Expand Up @@ -274,7 +270,7 @@
</instructions>
</configuration>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven.gpg.version}</version>
Expand All @@ -287,7 +283,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 93ebcdf

Please sign in to comment.