Repository: commons-rdf Updated Branches: refs/heads/master edb7d8011 -> 42363cf35
fixed more indentation (mixed tabs) Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/42363cf3 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/42363cf3 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/42363cf3 Branch: refs/heads/master Commit: 42363cf358ed259a98aa8eccefac7d76f024bdc6 Parents: edb7d80 Author: Sergio Fernández <[email protected]> Authored: Tue Jan 17 11:52:48 2017 +0100 Committer: Sergio Fernández <[email protected]> Committed: Tue Jan 17 11:52:58 2017 +0100 ---------------------------------------------------------------------- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/42363cf3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d7846c..94e43cb 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ <commons.jira.id>COMMONSRDF</commons.jira.id> <commons.jira.pid>12316620</commons.jira.pid> <commons.site.path>rdf</commons.site.path> - <!-- + <!-- <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commonsrdf/content/</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>${project.build.directory}/site-content</commons.scmPubCheckoutDirectory> --> @@ -160,7 +160,7 @@ <timezone>+1</timezone> </developer> <developer> - <id>ansell</id> + <id>ansell</id> <name>Peter Ansell</name> <email>ansell[at]apache[dot]org</email> <url>https://github.com/ansell</url> @@ -287,10 +287,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <finalName>apache-commons-rdf-${project.version}</finalName> - <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> - </configuration> + <configuration> + <finalName>apache-commons-rdf-${project.version}</finalName> + <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -329,9 +329,9 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <useReleaseProfile>true</useReleaseProfile> - <!-- TODO: Can we use apache-parent's apache-release rather than common-parent's release? - It seems to force adding a -source-release - --> + <!-- TODO: Can we use apache-parent's apache-release rather than common-parent's release? + It seems to force adding a -source-release + --> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> <autoVersionSubmodules>true</autoVersionSubmodules> @@ -450,7 +450,7 @@ <oldVersionPattern>\d+\.\d+\.\d+\-incubating</oldVersionPattern> <!-- japicmp requires "mvn package site" - below means "mvn site" still works (but without japicmp report) --> - <ignoreMissingNewVersion>true</ignoreMissingNewVersion> + <ignoreMissingNewVersion>true</ignoreMissingNewVersion> </parameter> </configuration> </plugin> @@ -574,12 +574,12 @@ <id>release</id> <!-- extends the release profile from commons --> <build> - <!-- + <!-- <finalName>apache-commons-rdf-${project.version}</finalName> --> <plugins> <plugin> - <!-- Avoid making *.asc.asc --> + <!-- Avoid making *.asc.asc --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <configuration>
