We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5fdddb + 4c846d2 commit 415cfccCopy full SHA for 415cfcc
pom.xml
@@ -26,7 +26,7 @@
26
27
<groupId>com.zenjava</groupId>
28
<artifactId>javafx-basic-archetype</artifactId>
29
- <version>8.1.5-SNAPSHOT</version>
+ <version>8.1.5</version>
30
31
<packaging>maven-archetype</packaging>
32
@@ -75,6 +75,17 @@
75
<url>https://github.com/javafx-maven-plugin/javafx-basic-archetype/issues</url>
76
</issueManagement>
77
78
+ <distributionManagement>
79
+ <snapshotRepository>
80
+ <id>ossrh</id>
81
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
82
+ </snapshotRepository>
83
+ <repository>
84
85
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
86
+ </repository>
87
+ </distributionManagement>
88
+
89
<build>
90
<extensions>
91
<extension>
0 commit comments