Skip to content

Commit c247f18

Browse files
committed
Revert owner of elasticsearch plugin for proper grouping and add maven repo overrides for older artifacts.
1 parent b354b28 commit c247f18

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

grails-plugins/org/grails/plugins/elasticsearch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Elasticsearch
22
desc: An Elasticsearch plugin for Grails. It allows indexing of domain class properties using a concise DSL and searching
33
based on the domain classes using the Elasticsearch query api.
44
coords: org.grails.plugins:grails-elasticsearch
5-
owner: Grails Plugins
5+
owner: grails-plugins
66
vcs: https://github.com/grails-plugins/grails-elasticsearch
77
docs: https://grails-plugins.github.io/grails-elasticsearch/
88
maven-repo: https://repo1.maven.org/maven2
@@ -22,11 +22,14 @@ versions:
2222
date: 2023-06-21T10:06:20Z
2323
grailsVersion: 3.3.1 > *
2424
coords: org.grails.plugins:elasticsearch
25+
maven-repo: https://repo.grails.org/core
2526
- version: 3.0.0
2627
date: 2022-07-06T10:47:32Z
2728
grailsVersion: 3.3.1 > *
2829
coords: org.grails.plugins:elasticsearch
30+
maven-repo: https://repo.grails.org/core
2931
- version: 3.0.0-RC1
3032
date: 2022-01-10T12:48:09Z
3133
grailsVersion: 3.3.1 > *
3234
coords: org.grails.plugins:elasticsearch
35+
maven-repo: https://repo.grails.org/core

0 commit comments

Comments
 (0)