Skip to content

Commit

Permalink
bump to release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Aug 17, 2023
1 parent 241a288 commit 7925eb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<parent>
<groupId>com.antwerkz.build</groupId>
<artifactId>graven-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>integration-tests</artifactId>

<properties>
<gradle.version>8.0.2</gradle.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

Expand All @@ -29,14 +30,18 @@
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<configuration>
<environmentVariables>
<gradle.version>${gradle.version}</gradle.version>
</environmentVariables>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<dependencies>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.antwerkz.build</groupId>
<artifactId>graven-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.antwerkz.build</groupId>
<artifactId>graven-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>graven</name>
Expand Down

0 comments on commit 7925eb1

Please sign in to comment.