Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vrprep-model-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlobit committed Oct 1, 2014
1 parent fb190c2 commit 626420e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>vrprep-model</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>1.6</version>
<version>1.5</version>
<executions>
<execution>
<id>xjc-instance</id>
Expand All @@ -47,6 +47,7 @@
<schemaFiles>instance.xsd</schemaFiles>
<packageName>org.vrprep.model.instance</packageName>
<outputDirectory>${project.basedir}/src</outputDirectory>
<staleFile>${project.build.directory}/jaxb2/.xjcStaleFlag-instance</staleFile>
</configuration>
</execution>
<execution>
Expand All @@ -59,6 +60,7 @@
<schemaFiles>solution.xsd</schemaFiles>
<packageName>org.vrprep.model.solution</packageName>
<outputDirectory>${project.basedir}/src</outputDirectory>
<staleFile>${project.build.directory}/jaxb2/.xjcStaleFlag-solution</staleFile>
<clearOutputDir>false</clearOutputDir>
</configuration>
</execution>
Expand Down Expand Up @@ -103,7 +105,8 @@
</goals>
</execution>
</executions>
</plugin><plugin>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
Expand All @@ -113,7 +116,8 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin><plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
Expand Down Expand Up @@ -146,6 +150,6 @@
<connection>scm:git:git@github.com:VRP-REP/VRPREPModel.git</connection>
<url>scm:git:git@github.com:VRP-REP/VRPREPModel.git</url>
<developerConnection>scm:git:git@github.com:VRP-REP/VRPREPModel.git</developerConnection>
<tag>HEAD</tag>
<tag>vrprep-model-0.1.0</tag>
</scm>
</project>

0 comments on commit 626420e

Please sign in to comment.