Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 8c9ead1

Browse files
committed
Merge branch 'release/2.0.4-SNAPSHOT'
2 parents 01fca06 + 2783420 commit 8c9ead1

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.arangodb.objectmapper</groupId>
88
<artifactId>arangodb-objectmapper</artifactId>
9-
<version>2.0.3-SNAPSHOT</version>
9+
<version>2.0.4-SNAPSHOT</version>
1010

1111
<name>ArangoDB object mapper for Java</name>
1212
<description>Java ODM for ArangoDB</description>
@@ -162,6 +162,30 @@
162162
</descriptorRefs>
163163
</configuration>
164164
</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+
165189
</plugins>
166190
</build>
167191
<reporting>

0 commit comments

Comments
 (0)