Skip to content

Commit ff39d23

Browse files
committed
Mention the version on the project page
1 parent 9d596ce commit ff39d23

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ include::{github-readme}[tags=header]
1717

1818
TIP: Do you want to improve this page? Please git-link:self[edit it on GitHub].
1919

20+
Current version: {last-released-version}
21+
2022
include::{github-readme}[tags=description]
2123

2224
=== Installation

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>fr.jmini.jxlint</groupId>
5+
<groupId>com.wdev91.eclipse.copyright</groupId>
66
<artifactId>root</artifactId>
77
<version>1.5.1</version>
88
<packaging>pom</packaging>
@@ -71,6 +71,7 @@
7171
<docinfo1>true</docinfo1>
7272
<sourcedir>${project.build.sourceDirectory}</sourcedir>
7373
<project-version>${project.version}</project-version>
74+
<last-released-version>${project.version}</last-released-version>
7475
</attributes>
7576
</configuration>
7677
<executions>

0 commit comments

Comments
 (0)