Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tegorov committed Apr 26, 2022
1 parent 6697d3f commit b328a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.tegorov</groupId>
<artifactId>allure-environment-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.1.0</version>
<version>0.1.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Maven plugin generating environment.properties for Allure report</description>
<url>https://github.com/tegorov/allure-environment-maven-plugin</url>
Expand Down
3 changes: 2 additions & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>com.github.tegorov</groupId>
<artifactId>allure-environment-maven-plugin</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<executions>
<execution>
<goals>
Expand All @@ -90,6 +90,7 @@
</execution>
</executions>
<configuration>
<allureResultsDirectory>../core/target/allure-results</allureResultsDirectory>
<properties>
<property>
<name>os.name</name>
Expand Down

0 comments on commit b328a60

Please sign in to comment.