File tree 1 file changed +7
-18
lines changed
1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.connectedcooking.opcua</groupId >
6
6
<artifactId >opcua-dynamic-node-manager</artifactId >
7
- <version >0.2.3-SNAPSHOT </version >
7
+ <version >0.2.3</version >
8
8
9
9
<name >OPC UA Dynamic Node Manager</name >
10
10
<description >Java library for implementing a dynamic node manager that responses dynamically based on the user context.</description >
137
137
</executions >
138
138
</plugin >
139
139
<plugin >
140
- <groupId >org.sonatype.plugins </groupId >
141
- <artifactId >nexus-staging -maven-plugin</artifactId >
142
- <version >1.6.13 </version >
140
+ <groupId >org.sonatype.central </groupId >
141
+ <artifactId >central-publishing -maven-plugin</artifactId >
142
+ <version >0.4.0 </version >
143
143
<extensions >true</extensions >
144
144
<configuration >
145
- <serverId >ossrh</ serverId >
146
- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
147
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
145
+ <publishingServerId >central</ publishingServerId >
146
+ <tokenAuth >true</ tokenAuth >
147
+ <autoPublish >true</autoPublish >
148
148
</configuration >
149
149
</plugin >
150
150
</plugins >
151
151
</build >
152
152
</profile >
153
153
</profiles >
154
154
155
- <distributionManagement >
156
- <snapshotRepository >
157
- <id >ossrh</id >
158
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
159
- </snapshotRepository >
160
- <repository >
161
- <id >ossrh</id >
162
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
163
- </repository >
164
- </distributionManagement >
165
-
166
155
<licenses >
167
156
<license >
168
157
<name >MIT License</name >
You can’t perform that action at this time.
0 commit comments