Skip to content

Commit

Permalink
Update next version to be 1.3.0 (about to merge a patch that adds a f…
Browse files Browse the repository at this point in the history
…eature hence minor upgrade)
  • Loading branch information
cowtowncoder committed Apr 26, 2021
1 parent 2852ca4 commit 1f7e58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.fasterxml</groupId>
<artifactId>oss-parent</artifactId>
<version>41</version>
</parent>

<artifactId>aalto-xml</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<licenses>
<license>
Expand Down Expand Up @@ -84,7 +82,7 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers</osgi.import>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.1.1</version>
<version>6.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Project: aalto-xml
= Releases
------------------------------------------------------------------------

1.2.3 (not yet released)
1.3.0 (not yet released)

* Fix minor offset check bug in `AsyncByteArrayScanner`/`AsyncByteBufferScanner`
* Various minor fixes based on lgtm.com suggestions
Expand Down

0 comments on commit 1f7e58c

Please sign in to comment.