File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
4
- <groupId >com.intuit.oss. gqlex</groupId >
4
+ <groupId >com.intuit.gqlex</groupId >
5
5
<artifactId >gqlex-path-selection-java</artifactId >
6
6
<version >2.0.1</version >
7
7
<packaging >jar</packaging >
117
117
118
118
<build >
119
119
<plugins >
120
+ <plugin >
121
+ <groupId >org.sonatype.central</groupId >
122
+ <artifactId >central-publishing-maven-plugin</artifactId >
123
+ <version >0.4.0</version >
124
+ <extensions >true</extensions >
125
+ <configuration >
126
+ <publishingServerId >central</publishingServerId >
127
+ <tokenAuth >true</tokenAuth >
128
+ </configuration >
129
+ </plugin >
130
+
120
131
<plugin >
121
132
<groupId >org.jacoco</groupId >
122
133
<artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments