Skip to content

Commit

Permalink
Bump v0.8-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Oct 29, 2022
1 parent 779fb71 commit 340bab3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arakne-encoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For installing using maven, add this dependency into the `pom.xml` :
<dependency>
<groupId>fr.arakne</groupId>
<artifactId>arakne-encoding</artifactId>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion arakne-encoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arakne-utils</artifactId>
<groupId>fr.arakne</groupId>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arakne-map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For installing using maven, add this dependency into the `pom.xml` :
<dependency>
<groupId>fr.arakne</groupId>
<artifactId>arakne-map</artifactId>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion arakne-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>arakne-utils</artifactId>
<groupId>fr.arakne</groupId>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion arakne-value/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For installing using maven, add this dependency into the `pom.xml` :
<dependency>
<groupId>fr.arakne</groupId>
<artifactId>arakne-value</artifactId>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion arakne-value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>arakne-utils</artifactId>
<groupId>fr.arakne</groupId>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>fr.arakne</groupId>
<artifactId>arakne-utils</artifactId>
<packaging>pom</packaging>
<version>0.7-alpha</version>
<version>0.8-alpha</version>
<name>ArakneUtils</name>
<description>Some utilities for Dofus 1.29 applications.</description>
<url>https://github.com/Arakne/ArakneUtils</url>
Expand All @@ -32,7 +32,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.version>0.7-alpha</project.version>
<project.version>0.8-alpha</project.version>

<errorProneJavac>${com.google.errorprone:javac:jar}</errorProneJavac>
<checkerframework.version>3.21.3</checkerframework.version>
Expand Down

0 comments on commit 340bab3

Please sign in to comment.