Skip to content

Commit

Permalink
Prepare for the next development iteration
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
brasmusson committed Jan 15, 2024
1 parent 4647b9c commit 408c063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
</parent>

<artifactId>ci-environment</artifactId>
<version>10.0.1</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cucumber CiEnvironment</name>
<description>Detect CI Environment from environment variables</description>
<url>https://github.com/cucumber/ci-environment</url>

<properties>
<project.build.outputTimestamp>1705339365</project.build.outputTimestamp>
<project.build.outputTimestamp>1705339373</project.build.outputTimestamp>
<project.Automatic-Module-Name>io.cucumber.cienvironment</project.Automatic-Module-Name>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/ci-environment.git</connection>
<developerConnection>scm:git:[email protected]:cucumber/ci-environment.git</developerConnection>
<url>git://github.com/cucumber/ci-environment.git</url>
<tag>v10.0.1</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 408c063

Please sign in to comment.