Skip to content

Commit

Permalink
plugin uses new vcsg version
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Sep 1, 2018
1 parent d96cec7 commit 7267f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {

compile group: 'eu.mihosoft.vrl.vrljogl', name: 'vrl-jogl', version: '0.4.2'

compile group: 'eu.mihosoft.vcsg', name: 'vcsg', version: '0.5'
compile group: 'eu.mihosoft.vcsg', name: 'vcsg', version: '0.6'
compile group: 'eu.mihosoft.vcsg.vcsgdist', name: 'vcsg-dist', version: '0.9.2'

// compile files("lib/jars/")
Expand Down
2 changes: 1 addition & 1 deletion gradle/project-info.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// -----------------------------------------------------------------------------
ext.publishing.artifactId = project.name.toLowerCase()
ext.publishing.groupId = 'eu.mihosoft.vrl.vcsg.vplugin'
ext.publishing.versionId = '0.3'
ext.publishing.versionId = '0.4'

ext.publishing.developerName = 'Michael Hoffer'
ext.publishing.developerAlias = 'miho'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class VCSGPluginConfigurator extends VPluginConfigurator{

public VCSGPluginConfigurator() {
//specify the plugin name and version
setIdentifier(new PluginIdentifier("VCSG", "0.3"));
setIdentifier(new PluginIdentifier("VCSG", "0.4"));

// optionally allow other plugins to use the api of this plugin
// you can specify packages that shall be
Expand Down

0 comments on commit 7267f4d

Please sign in to comment.