We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61e4e3 commit 76be30dCopy full SHA for 76be30d
pom.xml
@@ -6,7 +6,7 @@
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>io.github.bdezonia</groupId>
8
<artifactId>zorbage</artifactId>
9
- <version>2.0.4.6</version>
+ <version>2.0.4.7</version>
10
<packaging>jar</packaging>
11
<name>Zorbage</name>
12
<description>Algebraic data types and algorithms for use in numeric processing</description>
@@ -158,6 +158,8 @@
158
<extensions>true</extensions>
159
<configuration>
160
<publishingServerId>central</publishingServerId>
161
+ <autoPublish>true</autoPublish>
162
+ <waitUntil>published</waitUntil>
163
</configuration>
164
</plugin>
165
</plugins>
0 commit comments