Skip to content

Commit

Permalink
Merge pull request #51 from stokito/49-javac-version
Browse files Browse the repository at this point in the history
Maven release plugin configuration
  • Loading branch information
lvca committed Mar 30, 2015
2 parents 6f291a4 + 438be7d commit 6471ecd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
</developers>

<scm>
<connection>scm:git:git@github.com:orientechnologies/orientdb-etl.git</connection>
<connection>scm:git:https://github.com/orientechnologies/orientdb-etl.git</connection>
<developerConnection>scm:git:git@github.com:orientechnologies/orientdb-etl.git</developerConnection>
<url>scm:git:git@github.com:orientechnologies/orientdb-etl.git</url>
<url>https://github.com/orientechnologies/orientdb-etl</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down Expand Up @@ -120,14 +121,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<version>2.5.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<arguments>-Prelease</arguments>
<!-- During release:perform, enable the "release" profile -->
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>

Expand Down

0 comments on commit 6471ecd

Please sign in to comment.