Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
[RELEASE]squashing 'release-2.0' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Mar 1, 2018
1 parent ad5b8f6 commit 83b57b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- =========================================================================================================== -->
<!-- Project information -->
<groupId>com.oakinvest.b2g</groupId>
<artifactId>blockchain2graph</artifactId>
<version>1.6-SNAPSHOT</version>
<version>2.0</version>
<packaging>war</packaging>
<name>blockchain2graph</name>
<description>Extract blockchain data (bitcoin) into a graph database (neo4j)</description>
Expand Down Expand Up @@ -108,7 +107,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<relativePath/>
<relativePath />
</parent>
<!-- =========================================================================================================== -->

Expand Down

0 comments on commit 83b57b0

Please sign in to comment.