File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 77* ~
88/.classpath
99/.project
10+ .vscode /
Original file line number Diff line number Diff line change 1111 <groupId >org.primefaces</groupId >
1212 <artifactId >primefaces</artifactId >
1313 <packaging >jar</packaging >
14- <version >6.2-SNAPSHOT </version >
14+ <version >6.2-RC1 </version >
1515 <name >primefaces</name >
1616 <url >http://www.primefaces.org</url >
1717
687687 </plugin >
688688
689689 </plugins >
690+
691+ <extensions >
692+ <extension >
693+ <groupId >org.apache.maven.wagon</groupId >
694+ <artifactId >wagon-ssh</artifactId >
695+ <version >1.0</version >
696+ </extension >
697+ </extensions >
690698 </build >
691699
700+ <distributionManagement >
701+ <repository >
702+ <id >prime-repo</id >
703+ <name >PrimeFaces Maven Repository</name >
704+ <url >sftp://primefaces.org/var/www/repository</url >
705+ </repository >
706+ </distributionManagement >
707+
692708 <profiles >
693709 <profile >
694710 <id >release</id >
You can’t perform that action at this time.
0 commit comments