Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
release management toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanlith committed Sep 11, 2015
1 parent 2c0cd48 commit 45ab85b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,36 @@
<version>2.4</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>repo.b3p.nl</id>
<name>B3P file Repository</name>
<url>http://repo.b3p.nl/nexus/content/repositories/releases/</url>
</repository>
</repositories>
<scm>
<connection>scm:git:[email protected]:B3Partners/commons-mail-b3p.git</connection>
<developerConnection>scm:git:[email protected]:B3Partners/commons-mail-b3p.git</developerConnection>
<url>https://github.com/B3Partners/commons-mail-b3p</url>
<tag>commons-mail-b3p-4.2.1</tag>
</scm>
<distributionManagement>
<repository>
<id>repo.b3p.nl</id>
<name>B3P file Repository</name>
<url>http://repo.b3p.nl/nexus/content/repositories/releases/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<pushChanges>true</pushChanges>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 45ab85b

Please sign in to comment.