File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.openmg</groupId >
8
8
<artifactId >metagraph-driver-java</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.0.0 </version >
10
10
11
11
<name >OpenMG :: Metagraph-driver :: metagraph-driver-java</name >
12
12
153
153
</execution >
154
154
</executions >
155
155
</plugin >
156
+
157
+ <plugin >
158
+ <groupId >de.jutzig</groupId >
159
+ <artifactId >github-release-plugin</artifactId >
160
+ <version >1.1.1</version >
161
+ <executions >
162
+ <execution >
163
+ <id >github-upload</id >
164
+ <phase >deploy</phase >
165
+ <goals >
166
+ <goal >release</goal >
167
+ </goals >
168
+ <configuration >
169
+ <description >Metagraph Server Distribution</description >
170
+ <releaseName >${project.version} </releaseName >
171
+ <tag >mg-driver-${project.version} </tag >
172
+ <fileSets >
173
+ <fileSet >
174
+ <directory >${project.build.directory} </directory >
175
+ <includes >
176
+ <include >*jar-with-dependencies.jar</include >
177
+ </includes >
178
+ </fileSet >
179
+ </fileSets >
180
+ </configuration >
181
+ </execution >
182
+ </executions >
183
+ </plugin >
184
+
156
185
</plugins >
157
186
</build >
158
187
You can’t perform that action at this time.
0 commit comments