Skip to content

Commit 52ef312

Browse files
committed
v93 version
1 parent 2d0844d commit 52ef312

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "org.sonarqube" version "3.0"
44
}
55

6-
ext.componentDescription = "MITM Java Proxy of Wilma"
6+
ext.componentDescription = "MITM Java Proxy"
77

88
// Common local repository info
99
ext.myLocalRepository='file://C:/tmp/myRepo/'
@@ -22,7 +22,7 @@ apply plugin: 'java-library'
2222
apply plugin: 'jacoco'
2323

2424
group = "website.magyar"
25-
archivesBaseName = "mitmJavaProxy"
25+
archivesBaseName = "mitm-java-proxy"
2626
version = "$wilmaVersion" + ".19." + "$buildNumber"
2727

2828
repositories {
@@ -136,8 +136,8 @@ task createPom {
136136
doLast {
137137
pom {
138138
project {
139-
groupId 'website.magyar.mitm'
140-
artifactId 'mitmJavaProxy'
139+
groupId 'website.magyar'
140+
artifactId 'mitm-java-proxy'
141141
}
142142
}.writeTo("$buildDir/distributions/$archivesBaseName-${version}.pom")
143143
}

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</encoder>
3232
</appender>
3333

34-
<logger name="org.rockhill.mitm" level="DEBUG">
34+
<logger name="website.magyar.mitm" level="DEBUG">
3535
<appender-ref ref="CONSOLE-APPENDER" />
3636
</logger>
3737

0 commit comments

Comments
 (0)