Skip to content

Commit

Permalink
Adjust dependencyManagement and scm settings in POM for schedule comp…
Browse files Browse the repository at this point in the history
…onent
  • Loading branch information
Bernard Labno committed Dec 20, 2011
1 parent 65ec8e2 commit 44da04b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
18 changes: 16 additions & 2 deletions ui/schedule/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,27 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.jboss.org/repos/richfaces/sandbox/tags/</tagBase>
</configuration>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>it-crowd.com.pl</id>
<name>MyCo Internal Repository</name>
<url>http://artifactory.it-crowd.com.pl/libs-release-local</url>
</repository>
<snapshotRepository>
<id>bernard.labno.pl</id>
<id>it-crowd.com.pl</id>
<name>MyCo Internal Repository</name>
<url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url>
<url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>

Expand Down
3 changes: 1 addition & 2 deletions ui/schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/sandbox/trunk/ui/schedule</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sandbox/trunk/ui/schedule
</developerConnection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sandbox/trunk/ui/schedule</developerConnection>
<url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>

Expand Down

0 comments on commit 44da04b

Please sign in to comment.