Skip to content

Commit

Permalink
update to version 4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGuiot committed May 15, 2024
1 parent 2148a07 commit 1bf00db
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<artifactId>globs</artifactId>
<name>Generic Lightweight ObjectS</name>
<version>3.3-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -108,15 +108,21 @@
<dependency>
<groupId>org.globsframework</groupId>
<artifactId>saxstack</artifactId>
<version>3.3-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.globsframework</groupId>-->
<!-- <artifactId>globs-generate</artifactId>-->
<!-- <version>4.0-SNAPSHOT</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.globsframework</groupId>-->
<!-- <artifactId>globs-generate</artifactId>-->
<!-- <version>3.0</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
Expand Down

0 comments on commit 1bf00db

Please sign in to comment.