4
4
5
5
<groupId >net.ravendb</groupId >
6
6
<artifactId >ravendb-embedded</artifactId >
7
- <version >6.0.1 </version >
7
+ <version >6.0.2 </version >
8
8
9
9
<name >RavenDB Embedded</name >
10
10
<description >RavenDB package for running RavenDB in embedded mode</description >
15
15
<connection >scm:git:https://github.com/ravendb/ravendb-jvm-embedded.git</connection >
16
16
<
developerConnection >scm:git:
[email protected] :ravendb/ravendb-jvm-embedded.git</
developerConnection >
17
17
<url >https://github.com/ravendb/ravendb-jvm-embedded.git</url >
18
- <tag >v6.0.1 </tag >
18
+ <tag >v6.0.2 </tag >
19
19
</scm >
20
20
21
21
<licenses >
27
27
28
28
<developers >
29
29
<developer >
30
- <email >marcin @ravendb.net</email >
31
- <id >marcin @ravendb.net</id >
32
- <name >Marcin Lewandowski </name >
30
+ <email >liel.nagar @ravendb.net</email >
31
+ <id >liel.nagar @ravendb.net</id >
32
+ <name >Liel Nagar </name >
33
33
<organizationUrl >http://ravendb.net</organizationUrl >
34
34
<roles >
35
35
<role >developer</role >
39
39
</developers >
40
40
41
41
<properties >
42
- <server .version>6.0.100 </server .version>
43
- <client .version>6.0.1 </client .version>
42
+ <server .version>6.0.110 </server .version>
43
+ <client .version>6.0.2 </client .version>
44
44
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
82
82
</dependency >
83
83
</dependencies >
84
84
85
- <distributionManagement >
86
- <repository >
87
- <id >ossrh</id >
88
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
89
- </repository >
90
- </distributionManagement >
91
-
92
85
<build >
93
86
<resources >
94
87
<resource >
128
121
<execution >
129
122
<id >attach-sources</id >
130
123
<goals >
131
- <goal >jar</goal >
124
+ <goal >jar-no-fork </goal >
132
125
</goals >
133
126
</execution >
134
127
</executions >
208
201
</execution >
209
202
</executions >
210
203
</plugin >
204
+ <plugin >
205
+ <groupId >org.apache.maven.plugins</groupId >
206
+ <artifactId >maven-gpg-plugin</artifactId >
207
+ <version >3.1.0</version >
208
+ <executions >
209
+ <execution >
210
+ <id >sign-artifacts</id >
211
+ <phase >verify</phase >
212
+ <goals >
213
+ <goal >sign</goal >
214
+ </goals >
215
+ </execution >
216
+ </executions >
217
+ </plugin >
211
218
<plugin >
212
219
<groupId >org.codehaus.mojo</groupId >
213
220
<artifactId >versions-maven-plugin</artifactId >
217
224
<artifactId >maven-surefire-plugin</artifactId >
218
225
<version >3.2.5</version >
219
226
</plugin >
227
+ <plugin >
228
+ <groupId >org.sonatype.central</groupId >
229
+ <artifactId >central-publishing-maven-plugin</artifactId >
230
+ <version >0.7.0</version >
231
+ <extensions >true</extensions >
232
+ <configuration >
233
+ <publishingServerId >central</publishingServerId >
234
+ </configuration >
235
+ </plugin >
220
236
</plugins >
221
237
</build >
222
-
223
- <profiles >
224
- <profile >
225
- <id >release</id >
226
- <build >
227
- <plugins >
228
- <plugin >
229
- <groupId >org.apache.maven.plugins</groupId >
230
- <artifactId >maven-gpg-plugin</artifactId >
231
- <version >3.1.0</version >
232
- <executions >
233
- <execution >
234
- <id >sign-artifacts</id >
235
- <phase >verify</phase >
236
- <goals >
237
- <goal >sign</goal >
238
- </goals >
239
- </execution >
240
- </executions >
241
- </plugin >
242
- </plugins >
243
- </build >
244
- </profile >
245
- </profiles >
246
238
</project >
0 commit comments