Skip to content

Commit

Permalink
chore: setting SNAPSHOT version 0.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2023
1 parent be45366 commit 863364c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

# 0.3.0
## Changelog

## 🚀 Features
- 029f638 feat: update properties to `1.6` if it is `5` or `1.5` (#199)

## 🧰 Tasks
- be45366 chore: releasing version 0.3.0
- e0487dc chore: setting SNAPSHOT version 0.2.1-SNAPSHOT


## Contributors
We'd like to thank the following people for their contributions:
- Aman Sharma ([@algomaster99](https://github.com/algomaster99))
- GitHub ()
- github-actions[bot] ([@github-actions[bot]](https://github.com/apps/github-actions))

# 0.2.0
## Changelog

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>collector-sahab-parent-pom</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>collector-sahab-commons</artifactId>
<name>Common Utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>collector-sahab-parent-pom</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>collector-sahab</artifactId>
<name>Collector Sahab</name>
Expand Down
2 changes: 1 addition & 1 deletion matched-line-finder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>collector-sahab-parent-pom</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>matched-line-finder</artifactId>
<name>Matched Line Finder</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.chains-project</groupId>
<artifactId>collector-sahab-parent-pom</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Collector Sahab Parent POM</name>
<description>A tool for augmenting the static diff with runtime information</description>
Expand Down
2 changes: 1 addition & 1 deletion trace-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>collector-sahab-parent-pom</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>trace-collector</artifactId>
<name>Trace Collector</name>
Expand Down
2 changes: 1 addition & 1 deletion trace-diff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.chains-project</groupId>
<artifactId>collector-sahab-parent-pom</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>
<artifactId>trace-diff</artifactId>
<name>State Differencing</name>
Expand Down

0 comments on commit 863364c

Please sign in to comment.