Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Nov 20, 2019
1 parent 77422f5 commit eb19b6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<url>https://github.com/raydac/zxpoly</url>
Expand All @@ -13,7 +13,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<netbeans.hint.license>gpl30</netbeans.hint.license>
<jbbp.version>2.0.0-SNAPSHOT</jbbp.version>
<jbbp.version>2.0.0</jbbp.version>
</properties>

<issueManagement>
Expand All @@ -31,8 +31,7 @@
<url>http://www.igormaznitsa.com</url>
<timezone>+3</timezone>
<roles>
<role>architect</role>
<role>developer</role>
<role>author</role>
</roles>
</developer>
</developers>
Expand All @@ -47,11 +46,6 @@
<developerConnection>scm:git:git@github.com:raydac/zxpoly.git</developerConnection>
</scm>

<organization>
<name>Raydac Research Group Ltd.</name>
<url>http://www.coldcore.ru</url>
</organization>

<licenses>
<license>
<name>GNU General Public License, Version 3</name>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-emul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<description>ZX-Poly emulator</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <h2>ZX-Poly platform emulator</h2>
<b>Author: </b><a href="http://www.igormaznitsa.com">Igor Maznitsa</a><br>
<b>Project page: </b> <a href="https://github.com/raydac/zxpoly">https://github.com/raydac/zxpoly</a><br>
<p>
ZX-Poly is an attempt to jump over ZX-Spectrum limits and get way to have graphics without atribute clash. The
idea of the platform was developed by Igor Maznitsa in april 1994, the first emulator was developed in 1998 and
ZX-Poly is attempt to jump over ZX-Spectrum limits and get way to have graphics without atribute clash. The
idea of the platform was developed by Igor Maznitsa in april 1994. The first emulator was developed in 1998 and
the current emulator was developed in 2014 to prove the idea.
<br><br>
By default the emulator emulates ZX-Poly platform but it is possible to turn on ZX-128 mode through item in <b>Options</b>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-sprite-corrector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>zxpoly-sprite-corrector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-z80/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>zxpoly-z80</artifactId>
Expand Down

0 comments on commit eb19b6d

Please sign in to comment.