2323 <developer >
2424 <id >nicost</id >
2525 <name >Nico Stuurman</name >
26- <organization >UCSF/HHMI </organization >
26+ <organization >UCSF</organization >
2727 </developer >
2828 </developers >
2929
5555 <dependency >
5656 <groupId >org.micro-manager.acqengj</groupId >
5757 <artifactId >AcqEngJ</artifactId >
58- <version >0.39.0 </version >
58+ <version >0.39.2 </version >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.micro-manager.ndviewer</groupId >
111111 <goal >sign</goal >
112112 </goals >
113113
114- <configuration >
115- <gpgArguments >
116- <arg >--pinentry-mode</arg >
117- <arg >loopback</arg >
118- </gpgArguments >
114+ <configuration >
115+ <gpgArguments >
116+ <arg >--pinentry-mode</arg >
117+ <arg >loopback</arg >
118+ </gpgArguments >
119119 </configuration >
120120
121121 </execution >
122122 </executions >
123123 </plugin >
124124
125125 <plugin >
126- <groupId >org.sonatype.plugins</groupId >
127- <artifactId >nexus-staging-maven-plugin</artifactId >
128- <version >1.6.13</version >
129- <extensions >true</extensions >
130- <configuration >
131- <serverId >ossrh</serverId >
132- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
133- <autoReleaseAfterClose >true</autoReleaseAfterClose >
134- <stagingProgressTimeoutMinutes >20</stagingProgressTimeoutMinutes >
135- </configuration >
136-
126+ <groupId >org.sonatype.central</groupId >
127+ <artifactId >central-publishing-maven-plugin</artifactId >
128+ <version >0.8.0</version >
129+ <extensions >true</extensions >
130+ <configuration >
131+ <publishingServerId >central</publishingServerId >
132+ <autoPublish >true</autoPublish >
133+ <waitUntil >published</waitUntil >
134+ </configuration >
137135 </plugin >
138136
139137 </plugins >
148146 </repository >
149147 </distributionManagement >
150148
151- </project >
149+ </project >
0 commit comments