Skip to content

Commit 280370a

Browse files
author
synapticloop
committed
Refactor package names for version 6.0.0
1 parent 731be4c commit 280370a

File tree

522 files changed

+1091
-71201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

522 files changed

+1091
-71201
lines changed

.idea/uiDesigner.xml

+124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

-4
This file was deleted.

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
version = findProperty("h2zero.version")
15-
group = 'synapticloop'
15+
group = 'com.synapticloop'
1616

1717
tasks.withType(Javadoc).all { enabled = false }
1818

@@ -67,7 +67,7 @@ configurations.all {
6767
jar {
6868
manifest {
6969
attributes(
70-
"Main-Class": "synapticloop.h2zero.Main",
70+
"Main-Class": "com.synapticloop.h2zero.Main",
7171
"Implementation-Version": version
7272
)
7373
}
@@ -81,7 +81,7 @@ test {
8181
publishing {
8282
publications {
8383
mavenJava(MavenPublication) {
84-
groupId "synapticloop"
84+
groupId "com.synapticloop"
8585
artifactId "h2zero"
8686
version version
8787

@@ -100,7 +100,7 @@ gradlePlugin {
100100
plugins {
101101
h2zeroPlugin {
102102
id = "synapticloop.h2zero"
103-
implementationClass = "synapticloop.h2zero.plugin.gradle.H2ZeroPlugin"
103+
implementationClass = "com.synapticloop.h2zero.plugin.gradle.H2ZeroPlugin"
104104
displayName = "Synapticloop Gradle h2zero plugin"
105105
description = "lightweight ORM Java code generator for SQL databases: mysql, sqlite3, postgresql, and cockroach - this utilises the templar templating language"
106106
tags = ["h2zero", "ORM", "generator"]

build.xml

-85
This file was deleted.

common-build.xml

-19
This file was deleted.

editor.html

-25
This file was deleted.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
h2zero.version=5.5.0
1+
h2zero.version=6.6.0

0 commit comments

Comments
 (0)