Skip to content

Commit

Permalink
set version to 7.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
teras committed Apr 11, 2020
1 parent 2a7dfd3 commit c8b505a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/appenhancer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>appenhancer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/aspell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>aspell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/autoupdate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>autoupdate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/basetextsubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>basetextsubs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>jubler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/coretheme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>coretheme</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/coretools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>coretools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>installer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/mplayer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>mplayer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/zemberek/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>zemberek</artifactId>
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>com.panayotis.jubler</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<version>7.0.0-alpha2</version>
<version>7.0.0-alpha3</version>
<name>Jubler Project</name>
<modules>
<module>modules/core</module>
Expand All @@ -24,7 +24,7 @@

<properties>
<long.version>7.0.0.0</long.version>
<release.version>1322</release.version> <!-- git rev-list - -count HEAD -->
<release.version>1323</release.version> <!-- git rev-list - -count HEAD -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down

0 comments on commit c8b505a

Please sign in to comment.