Skip to content

Commit

Permalink
Move main to 0.2.0-SNAPSHOT (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored May 23, 2024
1 parent 99405d9 commit ad7cc0d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Test Documentation Generator is a maven-plugin that delivers a set of annotation
You can annotate your test classes and test methods and provide details about test scenario.
Plugin itself then parse the data from the annotations and generates `Markdown` files for readable documentation and `fmf` format metadata for automated reporting of the test cases to external systems.

[![Build](https://github.com/skodjob/test-metadata-generator/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/skodjob/test-metadata-generator/actions/workflows/build.yaml)
[![Publish-snapshot](https://github.com/skodjob/test-metadata-generator/actions/workflows/publish-snapshot.yaml/badge.svg?branch=main)](https://github.com/skodjob/test-metadata-generator/actions/workflows/publish-snapshot.yaml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub Release](https://img.shields.io/github/v/release/skodjob/test-metadata-generator)](https://github.com/skodjob/test-metadata-generator/releases)
[![Maven Central Version](https://img.shields.io/maven-central/v/io.skodjob/test-docs-generator-maven-plugin)](https://central.sonatype.com/search?q=io.skodjob.test-docs-generator-maven-plugin)

## Using the annotations

### Test class usage
Expand Down
4 changes: 2 additions & 2 deletions dummy-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<packaging>jar</packaging>
<artifactId>dummy-module</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-generator</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.skodjob</groupId>
<artifactId>test-generator</artifactId>
<packaging>pom</packaging>
<version>0.0.4-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions test-docs-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<packaging>maven-plugin</packaging>
<artifactId>test-docs-generator-maven-plugin</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-generator</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<licenses>
Expand Down

0 comments on commit ad7cc0d

Please sign in to comment.