Skip to content

Commit

Permalink
cucumber-expressions: Release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jun 15, 2018
1 parent 0dba8f9 commit f33c440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Expand Up @@ -72,7 +72,7 @@ Occasionally, Java releases will fail. In that case, redeploy is possible:

cd ${subrepo_path}/.release
git checkout v${version}
mvn -P release-sign-artifacts clean package javadoc:jar deploy
mvn --batch-mode release:perform -Psign-source-javadoc -DskipTests=true

JavaScript releases may ask you for a new version. Just hit enter (or enter)
the version of the release you're making now (not the post-release version!)
Expand Down
2 changes: 1 addition & 1 deletion cucumber-expressions/java/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.cucumber</groupId>
<artifactId>cucumber-expressions</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Cucumber Expressions</name>
<description>Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps</description>
Expand Down
2 changes: 1 addition & 1 deletion cucumber-expressions/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "cucumber-expressions",
"version": "6.0.0",
"version": "6.0.1",
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cucumber-expressions/ruby/cucumber-expressions.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'cucumber-expressions'
s.version = '6.0.0'
s.version = '6.0.1'
s.authors = ["Aslak Hellesøy"]
s.description = 'Cucumber Expressions - a simpler alternative to Regular Expressions'
s.summary = "cucumber-expressions-#{s.version}"
Expand Down

0 comments on commit f33c440

Please sign in to comment.