This repository was archived by the owner on Jan 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.arangodb.objectmapper</groupId >
8
8
<artifactId >arangodb-objectmapper</artifactId >
9
- <version >2.0.3 -SNAPSHOT</version >
9
+ <version >2.0.4 -SNAPSHOT</version >
10
10
11
11
<name >ArangoDB object mapper for Java</name >
12
12
<description >Java ODM for ArangoDB</description >
162
162
</descriptorRefs >
163
163
</configuration >
164
164
</plugin >
165
+
166
+ <plugin >
167
+ <groupId >com.ragedunicorn.tools.maven</groupId >
168
+ <artifactId >github-release-maven-plugin</artifactId >
169
+ <version >1.0.0</version >
170
+ <executions >
171
+ <execution >
172
+ <id >default-cli</id >
173
+ <configuration >
174
+ <owner >arangodb-helper</owner >
175
+ <repository >arangodb-objectmapper</repository >
176
+ <server >github-oauth</server >
177
+ <tagName >${project.version} </tagName >
178
+ <assets >
179
+ <asset >target/arangodb-objectmapper-${project.version} .jar</asset >
180
+ <asset >target/arangodb-objectmapper-${project.version} -sources.jar</asset >
181
+ <asset >target/arangodb-objectmapper-${project.version} -jar-with-dependencies.jar</asset >
182
+ <asset >target/arangodb-objectmapper-${project.version} -distribution.zip</asset >
183
+ </assets >
184
+ </configuration >
185
+ </execution >
186
+ </executions >
187
+ </plugin >
188
+
165
189
</plugins >
166
190
</build >
167
191
<reporting >
You can’t perform that action at this time.
0 commit comments