Repository: juddi Updated Branches: refs/heads/master 248b39c73 -> 1400a05fb
NOJIRA build plugin update Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/1400a05f Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/1400a05f Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/1400a05f Branch: refs/heads/master Commit: 1400a05fbcb90c252d270b5a5712d7f884b53d0a Parents: 248b39c Author: Alex O'Ree <[email protected]> Authored: Sat Nov 11 15:34:06 2017 -0500 Committer: Alex O'Ree <[email protected]> Committed: Sat Nov 11 15:34:06 2017 -0500 ---------------------------------------------------------------------- .gitignore | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/1400a05f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 2cbf551..3627ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ uddi-tck/pref-rpt-*.txt nb-configuration.xml *.orig uddi-tck/drivers/ +*.releaseBackup http://git-wip-us.apache.org/repos/asf/juddi/blob/1400a05f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bb22f44..b16eb7f 100644 --- a/pom.xml +++ b/pom.xml @@ -972,7 +972,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.0.3</version> + <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
