Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Aug 8, 2022
1 parent 77eda80 commit 6dc54c1
Show file tree
Hide file tree
Showing 38 changed files with 11 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="base">
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
Expand Down
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Withholding</name>
<name>Withholding-Engine</name>
<comment></comment>
<projects>
</projects>
Expand Down
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
sourceSets {
main {
java {
srcDirs = ['src']
srcDirs = ['src/main/java']
}
}
}
Expand Down Expand Up @@ -58,8 +58,8 @@ publishing {
}
publications {
mavenJava(MavenPublication) {
groupId 'erpya.com'
artifactId 'withholding'
groupId 'io.github.adempiere'
artifactId 'withholding-engine'
version
from components.java
pom {
Expand All @@ -68,8 +68,8 @@ publishing {
url = 'http://erpya.com/'
licenses {
license {
name = 'GNU General Public License, version 2'
url = 'https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt'
name = 'GNU General Public License v3.0'
url = 'https://www.gnu.org/licenses/gpl-3.0.txt'
}
}
developers {
Expand All @@ -80,9 +80,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git://github.com/erpcya/Withholding.git'
developerConnection = 'scm:git:ssh://github.com/erpcya/Withholding.git'
url = 'http://github.com/erpcya/Withholding'
connection = 'scm:git:git://github.com/adempiere/Withholding-Engine.git'
developerConnection = 'scm:git:ssh://github.com/adempiere/Withholding-Engine.git'
url = 'http://github.com/adempiere/Withholding-Engine'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'Withholding'
rootProject.name = 'Withholding-Engine'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6dc54c1

Please sign in to comment.