Skip to content

Commit

Permalink
0.11.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbossy committed Apr 4, 2024
1 parent f21e6eb commit 0da99cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions alvisnlp-bibliome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.jouy.inra.maiage.bibliome</groupId>
<artifactId>alvisnlp</artifactId>
<version>0.10.2</version>
<version>0.11.0-SNAPSHOT</version>
</parent>
<artifactId>alvisnlp-bibliome</artifactId>
<name>AlvisNLP Bibliome Module Factory</name>
Expand Down Expand Up @@ -402,7 +402,7 @@
<dependency>
<groupId>fr.jouy.inra.maiage.bibliome</groupId>
<artifactId>alvisnlp-core</artifactId>
<version>0.10.2</version>
<version>0.11.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions alvisnlp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.jouy.inra.maiage.bibliome</groupId>
<artifactId>alvisnlp</artifactId>
<version>0.10.2</version>
<version>0.11.0-SNAPSHOT</version>
</parent>
<artifactId>alvisnlp-core</artifactId>
<name>AlvisNLP Core</name>
Expand Down Expand Up @@ -408,7 +408,7 @@ If you have a specific use-case that is currently not white listed feel free to
<dependency>
<groupId>fr.jouy.inra.maiage.bibliome</groupId>
<artifactId>bibliome-utils</artifactId>
<version>0.0.3</version>
<version>0.0.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion docs/_includes/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.2
0.11.0-SNAPSHOT
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>fr.jouy.inra.maiage.bibliome</groupId>
<artifactId>alvisnlp</artifactId>
<packaging>pom</packaging>
<version>0.10.2</version>
<version>0.11.0-SNAPSHOT</version>
<name>AlvisNLP</name>

<repositories>
Expand Down

0 comments on commit 0da99cd

Please sign in to comment.