14
14
<organization >Sliva Co</organization >
15
15
</contributor >
16
16
</contributors >
17
+ <scm >
18
+ <connection >https://github.com/keeperlink/btc-blockchain-scanner.git</connection >
19
+ <url >https://github.com/keeperlink/btc-blockchain-scanner</url >
20
+ </scm >
17
21
<dependencies >
18
- <!-- dependency>
19
- <groupId>com.blockcypher</groupId>
20
- <artifactId>java-client</artifactId>
21
- <version>0.1.2-SNAPSHOT</version>
22
- </dependency-->
23
22
<dependency >
24
23
<groupId >wf.bitcoin</groupId >
25
24
<artifactId >JavaBitcoindRpcClient</artifactId >
26
25
<version >0.9.19</version >
27
26
</dependency >
28
- <!-- dependency>
29
- <groupId>com.google</groupId>
30
- <artifactId>bitcoinj</artifactId>
31
- <version>0.11.3</version>
32
- <exclusions>
33
- <exclusion>
34
- <groupId>com.madgag</groupId>
35
- <artifactId>sc-light-jdk15on</artifactId>
36
- </exclusion>
37
- </exclusions>
38
- </dependency-->
39
27
<dependency >
40
28
<groupId >org.bitcoinj</groupId >
41
29
<artifactId >bitcoinj-core</artifactId >
148
136
</execution >
149
137
</executions >
150
138
</plugin >
139
+ <plugin >
140
+ <groupId >de.jutzig</groupId >
141
+ <artifactId >github-release-plugin</artifactId >
142
+ <version >1.2.0</version >
143
+ <configuration >
144
+ <description >Description of your release</description >
145
+ <releaseName >0.1.0 Final</releaseName >
146
+ <tag >${project.version} </tag >
147
+
148
+ <!-- If your project has additional artifacts, such as ones produced by
149
+ the maven-assembly-plugin, you can define the following
150
+ (requires version 1.1.1 of the plugin or higher): -->
151
+ <fileSets >
152
+ <fileSet >
153
+ <directory >${project.build.directory} </directory >
154
+ <includes >
155
+ <include >${project.artifactId} *.tar.gz</include >
156
+ <include >${project.artifactId} *.zip</include >
157
+ </includes >
158
+ </fileSet >
159
+ </fileSets >
160
+ </configuration >
161
+ </plugin >
151
162
</plugins >
152
163
</build >
153
164
</project >
0 commit comments