Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisia committed Sep 21, 2023
1 parent 0455dcb commit 957cc37
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Maven项目引入依赖
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-full</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-converter/doc/CONVERTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OFDRW提供了将其它类型媒体文件或文档转换成OFD文档内容功能
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-converter</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-converter/doc/EXPORTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OFDRW提供了将OFD文档导出为其他格式文档的能力,如导出为图
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-converter</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-font/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-gm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-graphics2d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OFDRW已经有Canvas元素了为什么要实现`Graphics2D`接口?
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-graphics2d</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-graphics2d/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-gv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ofdrw-gv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ofdrw-gv/src/main/java/org/ofdrw/gv/GlobalVar.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ final public class GlobalVar {
/**
* OFD Reader and Writer 版本号
*/
public static final String Version = "2.0.8";
public static final String Version = "2.0.9";
}
2 changes: 1 addition & 1 deletion ofdrw-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<artifactId>ofdrw-layout</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-pkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<description>OFD文件的容器以及用于文档的打包</description>
Expand Down
2 changes: 1 addition & 1 deletion ofdrw-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-sign/doc/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-sign</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-tool</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ofdrw-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ofdrw</artifactId>
<groupId>org.ofdrw</groupId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw</artifactId>
<packaging>pom</packaging>
<version>2.0.8</version>
<version>2.0.9</version>

<url>https://github.com/ofdrw/ofdrw</url>
<description>Open Fixed layout Document Reader And Writer Libary(OFD-RW) provider developers to generate ofd
Expand Down

0 comments on commit 957cc37

Please sign in to comment.