Skip to content

Commit

Permalink
POM: bump parent POM version to 3.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 2, 2021
1 parent 3439091 commit 1766c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.sf.carte</groupId>
<artifactId>css4j-dist</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</parent>
<groupId>io.sf.carte</groupId>
<artifactId>css4j-agent</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>io.sf.carte</groupId>
<artifactId>xml-dtd</artifactId>
<version>${project.parent.version}</version>
<version>[3.5.1,)</version>
<type>jar</type>
<scope>compile</scope>
<optional>false</optional>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>[1.7.28,)</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
Expand Down

0 comments on commit 1766c37

Please sign in to comment.