Skip to content

Commit

Permalink
Change openrewrite.org/v1beta/ to specs.openrewrite.org/v1beta/, like…
Browse files Browse the repository at this point in the history
… it should have been from the start
  • Loading branch information
sambsnyd committed Aug 18, 2020
1 parent 9003c91 commit 97f6287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ java {
val plugin: Configuration by configurations.creating

configurations.getByName("compileOnly").extendsFrom(plugin)
val rewriteVersion = "4.0.0"
val rewriteVersion = "4.0.1"

dependencies {
plugin("org.openrewrite:rewrite-java:$rewriteVersion")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ class RewritePluginTest extends RewriteTestBase {

String rewriteYamlText = """\
---
type: openrewrite.org/v1beta/visitor
type: specs.openrewrite.org/v1beta/visitor
name: org.openrewrite.gradle.SayHello
visitors:
- org.openrewrite.java.ChangeMethodName:
method: org.openrewrite.gradle.HelloWorld sayGoodbye()
name: sayHello
---
type: openrewrite.org/v1beta/recipe
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.testProfile
include:
- 'org.openrewrite.gradle.SayHello'
Expand Down

0 comments on commit 97f6287

Please sign in to comment.