File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 33<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/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <groupId >edt.umontp.fr </groupId >
6+ <groupId >com.github.devlab-umontp </groupId >
77 <artifactId >api-java-edt</artifactId >
8- <version >1.0-SNAPSHOT</version >
8+ <version >1.0.0</version >
9+ <packaging >jar</packaging >
910
1011 <name >api-java-edt</name >
11- <!-- FIXME change it to the project's website -- >
12- <url >http ://www.example. com</url >
12+ <description >Package Java permettant de récupérer l'emploi du temps des cours de l'IUT de Montpellier.</ description >
13+ <url >https ://github. com/ </url >
1314
1415 <properties >
1516 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4647 </dependency >
4748 </dependencies >
4849
50+ <distributionManagement >
51+ <repository >
52+ <id >github</id >
53+ <name >GitHub DevLab-umontp Apache Maven Packages</name >
54+ <url >https://maven.pkg.github.com/DevLab-umontp/API-JAVA-EDT</url >
55+ </repository >
56+ </distributionManagement >
57+
4958 <build >
5059 <pluginManagement >
5160 <!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
5766 <configuration >
5867 <includes >
5968 <source >.</source >
60- <include >src/test /java/**</include >
69+ <include >src/main /java/**</include >
6170 </includes >
6271 </configuration >
6372 </plugin >
You can’t perform that action at this time.
0 commit comments