Skip to content

Commit

Permalink
upadated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkshukla committed Dec 3, 2018
1 parent 0216ac9 commit 6b1592b
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 deletions.
22 changes: 19 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Product includes Other 3rd party software as indicated below.
Licence Source :http://www.apache.org/licenses/LICENSE-2.0.html
Linking :Static
Modified by Impetus :No
Version :2.3.0
Version :3.4.0

6. Name :blkchn-sql-interfaces
Source :
Licence :Apache Software License 2.0
Licence Source :http://www.apache.org/licenses/LICENSE-2.0.html
Linking :Static
Modified by Impetus :Yes
Version :1.0.0
Version :1.1.0

7. Name :logback-classic
Source :http://central.maven.org/maven2/ch/qos/logback/logback-classic/1.0.1/logback-classic-1.0.1.jar
Expand All @@ -68,4 +68,20 @@ Product includes Other 3rd party software as indicated below.
Licence Source :http://www.opensource.org/licenses/mit-license.php
Linking :Static
Modified by Impetus :No
Version :1.7.22
Version :1.7.22

9. Name :blkchn-spark-connector
Source :
Licence :Apache Software License 2.0
Licence Source :http://www.apache.org/licenses/LICENSE-2.0.html
Linking :Static
Modified by Impetus :Yes
Version :1.1.0

10. Name :spark-sql_2.11
Source :http://central.maven.org/maven2/org/apache/spark/spark-core_2.11/2.0.0/spark-core_2.11-2.0.0.jar
Licence :Apache Software License 2.0
Licence Source :http://www.apache.org/licenses/LICENSE-2.0.html
Linking :Static
Modified by Impetus :no
Version :2.0.0
2 changes: 1 addition & 1 deletion eth-jdbc-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.impetus.eth</groupId>
<artifactId>eth-jdbc-connector</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>eth-jdbc-assembly</artifactId>
<name>Ethereum Jdbc Assembly</name>
Expand Down
6 changes: 3 additions & 3 deletions eth-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.impetus.eth</groupId>
<artifactId>eth-jdbc-connector</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>eth-jdbc-driver</artifactId>
<name>Ethereum Jdbc Driver</name>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.impetus.blkchn</groupId>
<artifactId>blkchn-sql-interfaces</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
Expand Down Expand Up @@ -51,4 +51,4 @@
<version>${logback.version}</version>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions eth-jdbc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.impetus.eth</groupId>
<artifactId>eth-jdbc-connector</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>eth-jdbc-examples</artifactId>
<name>Ethereum Jdbc Examples</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.impetus.eth</groupId>
<artifactId>eth-jdbc-driver</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.typesafe/config -->
<dependency>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.impetus.eth</groupId>
<artifactId>eth-spark-connector</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eth-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eth-jdbc-connector</artifactId>
<groupId>com.impetus.eth</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>eth-spark-connector</artifactId>
<name>Ethereum Spark Connector</name>
Expand All @@ -16,7 +16,7 @@
<spark.version>2.0.0</spark.version>
<scala.version>2.11.5</scala.version>
<scala.compat.version>2.11</scala.compat.version>
<blkchn.driver.version>1.1.0-SNAPSHOT</blkchn.driver.version>
<blkchn.driver.version>1.1.0</blkchn.driver.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.impetus.eth</groupId>
<artifactId>eth-jdbc-connector</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.1.1</version>
<name>Ethereum Jdbc Connector</name>
<description>Ethereum JDBC driver implements a pure java, type 4 JDBC driver that executes SQL queries on Ethereum blockchain</description>
<url>https://github.com/Impetus/eth-jdbc-connector</url>
Expand Down

0 comments on commit 6b1592b

Please sign in to comment.