File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3939 <url >${wumpz.snapshots.repo.url} </url >
4040 </snapshotRepository >
4141 </distributionManagement >
42+
43+ <scm >
44+ <developerConnection >scm:git:ssh://git@github.com:JSQLParser/JSqlParser.git</developerConnection >
45+ </scm >
4246
4347 <build >
4448 <plugins >
6670 </execution >
6771 </executions >
6872 </plugin >
73+
6974 <plugin >
7075 <groupId >org.apache.maven.plugins</groupId >
7176 <artifactId >maven-eclipse-plugin</artifactId >
109114 </execution >
110115 </executions >
111116 </plugin >
117+ <plugin >
118+ <groupId >org.apache.maven.plugins</groupId >
119+ <artifactId >maven-release-plugin</artifactId >
120+ <version >2.4.1</version >
121+ <configuration >
122+ <dryRun >true</dryRun >
123+ <localCheckout >true</localCheckout >
124+ <pushChanges >false</pushChanges >
125+ </configuration >
126+ </plugin >
112127 </plugins >
113128 </build >
114129 <properties >
You can’t perform that action at this time.
0 commit comments