This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree 6 files changed +9
-9
lines changed
jaxrs-to-raml-examples/jaxrs-to-raml-gradle-examples
gradle-jaxrs-to-raml-annotations
jaxrs-to-raml-gradle-plugin-wrapper
raml-to-jaxrs-gradle-plugin
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
allprojects {
2
2
apply plugin : ' java'
3
3
group ' org.raml.jaxrs'
4
- version ' 2.1.0-SNAPSHOT '
4
+ version ' 2.1.0'
5
5
repositories {
6
6
mavenLocal()
7
7
maven { url ' https://repository.mulesoft.org/snapshots/' }
@@ -23,7 +23,7 @@ buildscript {
23
23
mavenCentral()
24
24
}
25
25
dependencies {
26
- classpath " org.raml.jaxrs:jaxrs-to-raml-gradle-plugin:2.1.0-SNAPSHOT "
26
+ classpath " org.raml.jaxrs:jaxrs-to-raml-gradle-plugin:2.1.0"
27
27
}
28
28
}
29
29
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
compile " javax.ws.rs:javax.ws.rs-api:2.0.1"
3
- compile " org.raml.jaxrs:raml-generator-api:2.1.0-SNAPSHOT "
4
- compile " org.raml.jaxrs:raml-emitter:2.1.0-SNAPSHOT "
3
+ compile " org.raml.jaxrs:raml-generator-api:2.1.0"
4
+ compile " org.raml.jaxrs:raml-emitter:2.1.0"
5
5
compile " org.glassfish.jersey.containers:jersey-container-jetty-http:2.24"
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
mavenCentral()
20
20
}
21
21
dependencies {
22
- classpath "org.raml.jaxrs:jaxrs-to-raml-gradle-plugin:2.1.0-SNAPSHOT "
22
+ classpath "org.raml.jaxrs:jaxrs-to-raml-gradle-plugin:2.1.0"
23
23
}
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ allprojects {
4
4
apply plugin : ' java'
5
5
6
6
group ' org.raml.jaxrs'
7
- version ' 2.1.0-SNAPSHOT '
7
+ version ' 2.1.0'
8
8
repositories {
9
9
mavenLocal()
10
10
maven { url ' https://repository.mulesoft.org/snapshots/' }
@@ -27,7 +27,7 @@ buildscript {
27
27
mavenCentral()
28
28
}
29
29
dependencies {
30
- classpath " org.raml.jaxrs:raml-to-jaxrs-gradle-plugin:2.1.0-SNAPSHOT "
30
+ classpath " org.raml.jaxrs:raml-to-jaxrs-gradle-plugin:2.1.0"
31
31
}
32
32
}
33
33
Original file line number Diff line number Diff line change 1
1
2
2
dependencies {
3
- compile ' org.raml.jaxrs:jaxrs-code-generator:2.1.0-SNAPSHOT '
3
+ compile ' org.raml.jaxrs:jaxrs-code-generator:2.1.0'
4
4
compile " javax.ws.rs:javax.ws.rs-api:2.0.1"
5
5
compile " org.glassfish.jersey.media:jersey-media-moxy:2.24"
6
6
compile " org.glassfish.jersey.containers:jersey-container-jetty-http:2.24"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
mavenCentral()
20
20
}
21
21
dependencies {
22
- classpath "org.raml.jaxrs:raml-to-jaxrs-gradle-plugin:2.1.0-SNAPSHOT "
22
+ classpath "org.raml.jaxrs:raml-to-jaxrs-gradle-plugin:2.1.0"
23
23
}
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments