Skip to content

Commit 2b07a4f

Browse files
committed
Upgrade version to 1.8.2
1 parent e7fbbc1 commit 2b07a4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Boxable is a library that can be used to easily create tables in PDF documents.
2525
<dependency>
2626
<groupId>com.github.dhorions</groupId>
2727
<artifactId>boxable</artifactId>
28-
<version>1.8.2-RC1</version>
28+
<version>1.8.2</version>
2929
</dependency>
3030
```
3131
For other build systems, check the [Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22boxable%22).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def getVersionName = { ->
1616
}
1717
return stdout.toString().trim()
1818
} catch (Exception e) {
19-
return '1.8.2-RC1'
19+
return '1.8.2'
2020
}
2121
}
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.github.dhorions</groupId>
1414
<artifactId>boxable</artifactId>
15-
<version>1.8.2-RC1</version>
15+
<version>1.8.2</version>
1616
<packaging>jar</packaging>
1717

1818
<name>Boxable, a high-level API to creates table on top of Apache Pdfbox</name>

0 commit comments

Comments
 (0)