Skip to content

Commit

Permalink
release 10.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed Jan 29, 2022
1 parent 140bfa5 commit e6ab5a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note that you need to add the driver jar to the classpath in addition to R2JDBC
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>R2JDBC</artifactId>
<version>10.0.23</version>
<version>10.0.24</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -37,7 +37,7 @@ Note that you need to add the driver jar to the classpath in addition to R2JDBC
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.0.202</version>
<version>2.0.210</version>
</dependency>
```

Expand Down Expand Up @@ -87,7 +87,10 @@ this is probably a bug in the renjin-maven-plugin or the gcc bridge). Until this
# Version history

## Ver 10.0.24
- Upgrade h2 dependency
- Upgrade h2 dependency
- Workaround for RowNamesVector changes in renjin master compared to 0.9.2716 (now works in any of .
- upgrade slf4j version
- upgrade testcontainers versions

## Ver 10.0.23
- upgrade dependencies (h2, maven site plugin)
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>se.alipsa</groupId>
<artifactId>R2JDBC</artifactId>
<version>10.0.24-SNAPSHOT</version>
<version>10.0.24</version>
<packaging>jar</packaging>

<name>R2JDBC</name>
Expand Down

0 comments on commit e6ab5a6

Please sign in to comment.