Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
chore(): Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boddissattva committed Dec 8, 2020
1 parent da423c8 commit e31f5c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## [0.1.0](https://github.com/chutney-testing/chutney-junit/tree/0.1.0)

[Full Changelog](https://github.com/chutney-testing/chutney-junit/compare/5e99a9600f2fa9af600c1dcd24bae84d1cfa57dc...0.1.0)

- feat(): Add api and engine maven modules
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>chutney-junit-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>chutney-junit-engine</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>Chutney JUnit</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<url>https://github.com/chutney-testing/chutney-junit.git</url>
<connection>scm:git:git@github.com:chutney-testing/chutney-junit.git</connection>
<developerConnection>scm:git:git@github.com:chutney-testing/chutney-junit.git</developerConnection>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit e31f5c9

Please sign in to comment.