File tree Expand file tree Collapse file tree
sqlschema2java-maven-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <module >sqlschema2java-example</module >
3131 </modules >
3232
33- <distributionManagement >
34- <repository >
35- <id >github</id >
36- <name >GitHub Packages</name >
37- <url >https://maven.pkg.github.com/Sassine/sqlschema2java</url >
38- </repository >
39- </distributionManagement >
40-
4133</project >
Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >dev.sassine.api.structure </groupId >
7+ <groupId >dev.sassine.api</groupId >
88 <artifactId >sqlschema2java</artifactId >
99 <version >1.0.0-SNAPSHOT</version >
1010
203203
204204 </dependencies >
205205
206+ <distributionManagement >
207+ <repository >
208+ <id >github</id >
209+ <name >GitHub Packages</name >
210+ <url >https://maven.pkg.github.com/Sassine/sqlschema2java</url >
211+ </repository >
212+ </distributionManagement >
213+
206214</project >
Original file line number Diff line number Diff line change 9090 <maven-plugin-plugin .version>3.6.0</maven-plugin-plugin .version>
9191 <maven-site-plugin .version>3.8.2</maven-site-plugin .version>
9292 </properties >
93+
94+ <distributionManagement >
95+ <repository >
96+ <id >github</id >
97+ <name >GitHub Packages</name >
98+ <url >https://maven.pkg.github.com/Sassine/sqlschema2java</url >
99+ </repository >
100+ </distributionManagement >
93101
94102</project >
You can’t perform that action at this time.
0 commit comments