Skip to content

Commit ca43ba1

Browse files
Çağatay ÇiviciÇağatay Çivici
authored andcommitted
Set version
1 parent 64f7d85 commit ca43ba1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
*~
88
/.classpath
99
/.project
10+
.vscode/

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

@@ -687,8 +687,24 @@
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>

0 commit comments

Comments
 (0)