You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create the publication with the pom configuration:
84
85
publishing {
85
86
publications {
86
-
mavenJava(MavenPublication) {
87
+
ParserPublication(MavenPublication) {
87
88
from components.java
88
89
artifact sourcesJar
89
90
artifact javadocJar
90
-
groupId group
91
+
groupId 'com.snowplowanalytics'
91
92
artifactId 'java-referer-parser'
92
-
version version
93
+
version '0.4.0-rc5'
93
94
pom.withXml {
94
95
def root = asNode()
95
96
root.appendNode('description', 'This is the Java implementation of referer-parser, the library for extracting attribution data from referer (sic) URLs.')
0 commit comments