Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Set version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozo committed Dec 27, 2019
1 parent 45273d7 commit 9708b25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
group 'com.github.pozo'
version '1.0-SNAPSHOT'
allprojects {
group 'com.github.pozo'
version '1.3.0.Beta2'
}

buildscript {
ext {
kotlin_version = '1.3.21'
kotlin_version = '1.3.61'
kotlinxMetadataVersion = '0.0.5'
kotlinBuilderAnnotationVersion = '1.0-SNAPSHOT'
autoServiceVersion = '1.0-rc4'
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version '1.0-SNAPSHOT'

buildscript {
ext {
kotlin_version = '1.3.21'
kotlin_version = '1.3.61'
mapstructVersion = '1.3.0.Beta2'
mapstructKotlinVersion = '1.0-SNAPSHOT'
mapstructKotlinVersion = '1.3.0.Beta2'
}

repositories {
Expand Down
3 changes: 0 additions & 3 deletions mapstruct-kotlin-builder/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
group 'com.github.pozo'
version '1.0-SNAPSHOT'

apply plugin: 'kotlin'
apply plugin: 'maven-publish'

Expand Down
3 changes: 0 additions & 3 deletions mapstruct-kotlin-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
group 'com.github.pozo'
version '1.0-SNAPSHOT'

apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'kotlin-kapt'
Expand Down

0 comments on commit 9708b25

Please sign in to comment.