Skip to content

Commit 6501a27

Browse files
author
yaronTTkarni
committed
gqlex 2.1 - . mvn central mirror
1 parent 99f4081 commit 6501a27

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<groupId>com.intuit.oss.gqlex</groupId>
4+
<groupId>com.intuit.gqlex</groupId>
55
<artifactId>gqlex-path-selection-java</artifactId>
66
<version>2.0.1</version>
77
<packaging>jar</packaging>
@@ -117,6 +117,17 @@
117117

118118
<build>
119119
<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+
120131
<plugin>
121132
<groupId>org.jacoco</groupId>
122133
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)