Skip to content

Commit

Permalink
next version prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Nov 3, 2021
1 parent b0256d0 commit 4895684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/common.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#vmf.version = 0.3-SNAPSHOT
vmf.version = 0.2.7.19

publication.version = 0.2.0
publication.version = 0.3.0
4 changes: 2 additions & 2 deletions subprojects/vrlfsm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ plugins {
id 'idea'

// id 'com.github.hierynomus.license' version '0.14.0'
id 'maven-publish'
// id 'maven-publish'
id 'net.nemerosa.versioning' version '2.7.1'
id 'com.jfrog.bintray' version '1.8.4'
id 'com.github.ben-manes.versions' version '0.13.0'
}

// load plugins
apply plugin: 'eu.mihosoft.vmf'
apply from: 'gradle/publishing.gradle'
//apply from: 'gradle/publishing.gradle'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4895684

Please sign in to comment.