Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / maven-shared-utils
Commits: 085c23c3 by Emmanuel Bourg at 2018-09-20T17:27:54Z New upstream version 3.3.0 - - - - - 4 changed files: - − .gitignore - − Jenkinsfile - pom.xml - src/test/java/org/apache/maven/shared/utils/CaseTest.java Changes: ===================================== .gitignore deleted ===================================== @@ -1,15 +0,0 @@ -target/ -.project -.classpath -.settings/ -.svn/ -bin/ -# Intellij -*.ipr -*.iml -.idea -out/ -.DS_Store -/bootstrap -/dependencies.xml -.java-version ===================================== Jenkinsfile deleted ===================================== @@ -1,20 +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. - */ - -asfMavenTlpStdBuild() ===================================== pom.xml ===================================== @@ -28,25 +28,21 @@ </parent> <artifactId>maven-shared-utils</artifactId> - <version>3.2.1</version> + <version>3.3.0</version> <name>Apache Maven Shared Utils</name> <description>Shared utils without any further dependencies</description> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</developerConnection> - <url>https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}</url> - <tag>maven-shared-utils-3.2.1</tag> - </scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-utils-3.3.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-utils-3.3.0 + </developerConnection> + <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-utils-3.3.0</url> + </scm> <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/MSHARED/component/12326452</url> </issueManagement> - <ciManagement> - <system>Jenkins</system> - <url>https://builds.apache.org/job/maven-box/job/maven-shared-utils/</url> - </ciManagement> <distributionManagement> <site> <id>apache.website</id> @@ -108,7 +104,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> - <version>1.7.1</version> + <version>1.0-alpha-9-stable-1</version> <scope>provided</scope> </dependency> <dependency> @@ -120,20 +116,6 @@ </dependencies> <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.20.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <version>2.20.1</version> - </plugin> - </plugins> - </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> ===================================== src/test/java/org/apache/maven/shared/utils/CaseTest.java ===================================== @@ -145,8 +145,7 @@ public class CaseTest // check result String expectedToUpperCase = upper; String expectedToLowerCase = lower; - if ( LOCALE_TURKISH.getLanguage().equals( locale.getLanguage() ) || - new Locale( "az" ).getLanguage().equals( locale.getLanguage() ) ) + if ( LOCALE_TURKISH.getLanguage().equals( locale.getLanguage() ) ) { expectedToUpperCase = upper.replace( DOTLESS_I, DOTTED_I ); expectedToLowerCase = lower.replace( DOTTED_i, DOTLESS_i ); View it on GitLab: https://salsa.debian.org/java-team/maven-shared-utils/commit/085c23c38a4e05348c8f59e430370df66de846fc -- View it on GitLab: https://salsa.debian.org/java-team/maven-shared-utils/commit/085c23c38a4e05348c8f59e430370df66de846fc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

