Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 6488647b2 -> 47c95f1f4


.travis.yaml -> .travis.yml, doh


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/47c95f1f
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/47c95f1f
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/47c95f1f

Branch: refs/heads/master
Commit: 47c95f1f4945211466d922b823ba11e17786fccd
Parents: 6488647
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Tue Jan 9 10:27:22 2018 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Tue Jan 9 10:27:22 2018 -0500

----------------------------------------------------------------------
 .travis.yaml            | 29 -----------------------------
 .travis.yml             | 29 +++++++++++++++++++++++++++++
 src/changes/changes.xml |  1 +
 3 files changed, 30 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/47c95f1f/.travis.yaml
----------------------------------------------------------------------
diff --git a/.travis.yaml b/.travis.yaml
deleted file mode 100644
index 1281fa6..0000000
--- a/.travis.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-language: java
-sudo: false
-
-jdk:
-  - openjdk7
-  - oraclejdk8
-  - oraclejdk9
-
-script:
-  - mvn
-
-after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/47c95f1f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1281fa6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+language: java
+sudo: false
+
+jdk:
+  - openjdk7
+  - oraclejdk8
+  - oraclejdk9
+
+script:
+  - mvn
+
+after_success:
+  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/47c95f1f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 840e4d1..8416d51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,7 @@
   <body>
     <release version="1.0" date="YYYY-MM-DD" description="Future release">
       <action issue="COMMONSSITE-96" type="add" dev="chtompki">Create 
commons-release-component project skeleton.</action>
+      <action issue="COMMONSSITE-99" type="add" dev="chtompki"></action>
     </release>
   </body>
 </document>

Reply via email to