Skip to content

Commit 369809a

Browse files
committed
Link to gherkin repo instead of subrepos in package meta-data
1 parent dcbea82 commit 369809a

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
77
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
88

99
## [Unreleased]
10+
### Fixed
11+
- Link to the correct repository in various package meta-data.
1012

1113
## [25.0.2] - 2022-11-09
1214
### Fixed

java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<packaging>jar</packaging>
1313
<name>Gherkin</name>
1414
<description>Gherkin parser</description>
15-
<url>https://github.com/cucumber/gherkin-java</url>
15+
<url>https://github.com/cucumber/gherkin</url>
1616

1717
<properties>
1818
<project.Automatic-Module-Name>io.cucumber.gherkin</project.Automatic-Module-Name>
1919
</properties>
2020

2121
<scm>
22-
<connection>scm:git:git://github.com/cucumber/gherkin-java.git</connection>
23-
<developerConnection>scm:git:[email protected]:cucumber/gherkin-java.git</developerConnection>
24-
<url>git://github.com/cucumber/gherkin-java.git</url>
22+
<connection>scm:git:git://github.com/cucumber/gherkin.git</connection>
23+
<developerConnection>scm:git:[email protected]:cucumber/gherkin.git</developerConnection>
24+
<url>git://github.com/cucumber/gherkin.git</url>
2525
<tag>HEAD</tag>
2626
</scm>
2727

perl/dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ copyright_holder = Erik Huelsmann, Peter Sergeant, Cucumber Ltd, Gaspar Nagy
1111

1212
[MetaResources]
1313
bugtracker.web = https://github.com/cucumber/cucumber/issues
14-
repository.url = https://github.com/cucumber/gherkin-perl.git
15-
repository.web = https://github.com/cucumber/gherkin-perl
14+
repository.url = https://github.com/cucumber/gherkin.git
15+
repository.web = https://github.com/cucumber/gherkin
1616
repository.type = git
1717

1818
[@Filter]

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description="Gherkin parser (official, by Cucumber team)",
88
author="Cucumber Ltd and Björn Rasmusson",
99
author_email="[email protected]",
10-
url="https://github.com/cucumber/gherkin-python",
10+
url="https://github.com/cucumber/gherkin",
1111
license="MIT",
1212
download_url="http://pypi.python.org/pypi/gherkin-official",
1313
keywords=["gherkin", "cucumber", "bdd"],

ruby/cucumber-gherkin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.description = 'Gherkin parser'
88
s.summary = "#{s.name}-#{s.version}"
99
s.email = '[email protected]'
10-
s.homepage = 'https://github.com/cucumber/gherkin-ruby'
10+
s.homepage = 'https://github.com/cucumber/gherkin'
1111
s.platform = Gem::Platform::RUBY
1212
s.license = 'MIT'
1313
s.required_ruby_version = '>= 2.3'

0 commit comments

Comments
 (0)