File tree Expand file tree Collapse file tree 12 files changed +21
-21
lines changed
flapi-build-test-consumer
flapi-build-test-producer Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 88 <parent >
99 <artifactId >flapi-parent</artifactId >
1010 <groupId >unquietcode.tools.flapi</groupId >
11- <version >0.0-DEVELOPMENT </version >
11+ <version >0.8 </version >
1212 <relativePath >../flapi-parent</relativePath >
1313 </parent >
1414
Original file line number Diff line number Diff line change 66
77 <groupId >unquietcode.tools.flapi</groupId >
88 <artifactId >build-project</artifactId >
9- <version >0.0-DEVELOPMENT </version >
9+ <version >0.8 </version >
1010 <packaging >pom</packaging >
1111 <name >Flapi Build Project</name >
1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <flapi .generated.sources>${project.build.directory} /generated-sources/flapi</flapi .generated.sources>
1616 <flapi .includeRuntime>false</flapi .includeRuntime>
17- <flapi .version>0.0-DEVELOPMENT </flapi .version>
17+ <flapi .version>0.8 </flapi .version>
1818
1919 <!-- DEPRECATED! --> <flapi .descriptor.class/>
2020
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'java'
22apply plugin : ' maven'
33
44group = ' unquietcode.tools.flapi.test'
5- version = ' 0.0-DEVELOPMENT '
5+ version = ' 0.8 '
66sourceCompatibility = ' 1.7'
77
88repositories {
@@ -11,6 +11,6 @@ repositories {
1111}
1212
1313dependencies {
14- compile ' unquietcode.tools.flapi.test:flapi-gradle-test-producer:0.0-DEVELOPMENT '
14+ compile ' unquietcode.tools.flapi.test:flapi-gradle-test-producer:0.8 '
1515 testCompile ' junit:junit:4.11'
16- }
16+ }
Original file line number Diff line number Diff line change 77
88 <groupId >unquietcode.tools.flapi.test</groupId >
99 <artifactId >build-test-consumer</artifactId >
10- <version >0.0-DEVELOPMENT </version >
10+ <version >0.8 </version >
1111 <packaging >jar</packaging >
1212
1313 <build >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'java'
22apply plugin : ' maven'
33
44group = ' unquietcode.tools.flapi.test'
5- version = ' 0.0-DEVELOPMENT '
5+ version = ' 0.8 '
66sourceCompatibility = ' 1.7'
77
88// add the gradle plugin
@@ -12,7 +12,7 @@ buildscript {
1212 }
1313
1414 dependencies {
15- classpath ' unquietcode.tools.flapi:flapi-gradle-plugin:0.0-DEVELOPMENT '
15+ classpath ' unquietcode.tools.flapi:flapi-gradle-plugin:0.8 '
1616 }
1717}
1818apply plugin : ' com.unquietcode.flapi.plugin'
@@ -26,10 +26,10 @@ repositories {
2626}
2727
2828dependencies {
29- testCompile ' unquietcode.tools.flapi:flapi:0.0-DEVELOPMENT '
29+ testCompile ' unquietcode.tools.flapi:flapi:0.8 '
3030}
3131
3232flapi {
3333 descriptorClasses = [' unquietcode.tools.flapi.plugin.TestDescriptor' ]
3434 includeRuntime = true
35- }
35+ }
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >unquietcode.tools.flapi</groupId >
1010 <artifactId >build-project</artifactId >
11- <version >0.0-DEVELOPMENT </version >
11+ <version >0.8 </version >
1212 <relativePath >../flapi-build-project</relativePath >
1313 </parent >
1414
Original file line number Diff line number Diff line change 1212 </parent >
1313
1414 <artifactId >flapi-builder</artifactId >
15- <version >0.0-DEVELOPMENT </version >
15+ <version >0.8 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >Flapi's Descriptor Builder</name >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
33apply plugin : ' maven-publish'
44
55group = ' unquietcode.tools.flapi'
6- version = ' 0.0-DEVELOPMENT '
6+ version = ' 0.8 '
77sourceCompatibility = ' 1.7'
88
99repositories {
@@ -14,7 +14,7 @@ dependencies {
1414 compile gradleApi()
1515 compile localGroovy()
1616
17- compile ' unquietcode.tools.flapi:flapi-plugin:0.0-DEVELOPMENT '
17+ compile ' unquietcode.tools.flapi:flapi-plugin:0.8 '
1818}
1919
2020task sourceJar (type : Jar , dependsOn : classes) {
@@ -45,4 +45,4 @@ publishing {
4545 url AorB (System . getProperty(" maven.deploy.repository" ), " $buildDir /repo" )
4646 }
4747 }
48- }
48+ }
Original file line number Diff line number Diff line change 44
55 <groupId >unquietcode.tools.flapi</groupId >
66 <artifactId >flapi-parent</artifactId >
7- <version >0.0-DEVELOPMENT </version >
7+ <version >0.8 </version >
88 <packaging >pom</packaging >
99
1010 <name >flapi-parent</name >
Original file line number Diff line number Diff line change 88 <parent >
99 <artifactId >flapi-parent</artifactId >
1010 <groupId >unquietcode.tools.flapi</groupId >
11- <version >0.0-DEVELOPMENT </version >
11+ <version >0.8 </version >
1212 <relativePath >../flapi-parent</relativePath >
1313 </parent >
1414
2121 <version >${project.version} </version >
2222 </dependency >
2323 </dependencies >
24- </project >
24+ </project >
You can’t perform that action at this time.
0 commit comments