You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/09/15 06:19:16 UTC

any23 git commit: [maven-release-plugin] prepare branch 2.1.0

Repository: any23
Updated Branches:
  refs/heads/master e9977d9cc -> 50ab38d54


[maven-release-plugin] prepare branch 2.1.0


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/50ab38d5
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/50ab38d5
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/50ab38d5

Branch: refs/heads/master
Commit: 50ab38d54dd4201f82f6ec7d34df14f2789d429b
Parents: e9977d9
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Thu Sep 14 23:19:13 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Sep 14 23:19:13 2017 -0700

----------------------------------------------------------------------
 openie/pom.xml | 3 +--
 pom.xml        | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/50ab38d5/openie/pom.xml
----------------------------------------------------------------------
diff --git a/openie/pom.xml b/openie/pom.xml
index 8596f91..c05a5dc 100644
--- a/openie/pom.xml
+++ b/openie/pom.xml
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/any23/blob/50ab38d5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1010e0c..449e655 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/any23.git</developerConnection>
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/any23.git</connection>
     <url>https://git-wip-us.apache.org/repos/asf/any23.git</url>
-    <tag>HEAD</tag>
+    <tag>2.1.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -250,7 +250,7 @@
     <tika.version>1.15</tika.version>
 
     <!-- Overridden in profiles to add JDK specific arguments to surefire -->
-    <surefire-extra-args></surefire-extra-args>
+    <surefire-extra-args />
 
     <!-- Used to track API changes based on Semantic Versioning -->
     <latest.stable.released>2.0</latest.stable.released>