Skip to content

Commit

Permalink
v2.0.2 : minimal upgrade of jaxb dependency to solve #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mukoki committed Jul 26, 2022
1 parent 49673f1 commit 6fac2b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openjump</groupId>
<artifactId>set-attributes-extension</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<name>set-attributes-extension</name>
<description>Configurable toolbox to set predefined attribute values to selected features</description>

Expand All @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<javax.activation.version>1.2.0</javax.activation.version>
<jaxb.api.version>2.3.0</jaxb.api.version>
<!--jaxb.api.version>2.3.0</jaxb.api.version-->
</properties>

<repositories>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb.api.version}</version>
<version>2.3.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.api.version}</version>
<version>2.3.6</version>
</dependency>
<!-- test is broken currently, dunno why -->
</dependencies>
Expand Down

0 comments on commit 6fac2b0

Please sign in to comment.