Author: lewismc
Date: Fri Apr 6 20:13:37 2012
New Revision: 1310567
URL: http://svn.apache.org/viewvc?rev=1310567&view=rev
Log:
Commit to update release profile for pom.xml
Modified:
gora/trunk/pom.xml
Modified: gora/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1310567&r1=1310566&r2=1310567&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Fri Apr 6 20:13:37 2012
@@ -338,17 +338,26 @@
</executions>
<configuration>
<licenses>
- <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
- <licenseFamilyCategory>ASL20</licenseFamilyCategory>
- <licenseFamilyName>Apache Software License,
2.0</licenseFamilyName>
- <notes>Single licensed ASL v2.0</notes>
- <patterns>
- <pattern>Licensed to the Apache Software
Foundation (ASF) under one
- or more contributor license
agreements.</pattern>
- </patterns>
- </license>
- </licenses>
- <excludeSubProjects>false</excludeSubProjects>
+ <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+ <licenseFamilyCategory>ASL20</licenseFamilyCategory>
+ <licenseFamilyName>Apache Software License,
2.0</licenseFamilyName>
+ <notes>Single licensed ASL v2.0</notes>
+ <patterns>
+ <pattern>Licensed to the Apache Software Foundation
(ASF) under one
+ or more contributor license agreements.</pattern>
+ </patterns>
+ </license>
+ </licenses>
+ <excludeSubProjects>false</excludeSubProjects>
+ <excludes>
+ <exclude>CHANGES.txt</exclude>
+ <exclude>README.txt</exclude>
+ <exclude>NOTICE.txt</exclude>
+ <exclude>LICENSE.txt</exclude>
+ <exclude>KEYS</exclude>
+ <exclude>doap_Gora.rdf</exclude>
+ <exclude>.gitignore/**/**</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>
@@ -435,6 +444,7 @@
</modules>
<properties>
+ <!-- Dependencies -->
<osgi.version>4.2.0</osgi.version>
<!-- Avro Dependencies -->
<jackson.version>1.4.2</jackson.version>
@@ -477,6 +487,12 @@
<maven-javadoc-plugin.version>2.8.1</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
<apache-rat-plugin.version>0.8</apache-rat-plugin.version>
+
+ <!-- General Properties -->
+
<implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
+ <javac.src.version>1.6</javac.src.version>
+ <javac.target.version>1.6</javac.target.version>
+ <maven.build.timestamp.format>yyyy-MM-dd
HH:mm:ssZ</maven.build.timestamp.format>
</properties>
<dependencyManagement>