Skip to content

Commit

Permalink
preparing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Nov 20, 2020
1 parent 8ae9cef commit 671713b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion engine/jprol-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jprol</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jprol-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions engine/jprol-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jprol</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jprol-gui</artifactId>
Expand Down Expand Up @@ -224,7 +224,7 @@
<fileVersion>2.0.0.0</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>JProl GUI editor</fileDescription>
<copyright>2010-2019 Igor Maznitsa</copyright>
<copyright>2010-2020 Igor Maznitsa</copyright>
<productVersion>2.0.0.0</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>${project.name}</productName>
Expand Down
6 changes: 1 addition & 5 deletions engine/jprol-lib-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>jprol</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jprol-lib-extra</artifactId>
<packaging>jar</packaging>

<properties>
<app.name>jprol_${project.version}</app.name>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>jprol</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<inceptionYear>2010</inceptionYear>
Expand Down

0 comments on commit 671713b

Please sign in to comment.