[Git][java-team/maven-shared-utils][master] 4 commits: Standards-Version updated to 4.2.1

Emmanuel Bourg gitlab at salsa.debian.org
Thu Sep 20 18:39:29 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-shared-utils


Commits:
d717f6c6 by Emmanuel Bourg at 2018-09-20T17:26:56Z
Standards-Version updated to 4.2.1

- - - - -
085c23c3 by Emmanuel Bourg at 2018-09-20T17:27:54Z
New upstream version 3.3.0
- - - - -
cc4c4dac by Emmanuel Bourg at 2018-09-20T17:27:55Z
Update upstream source from tag 'upstream/3.3.0'

Update to upstream version '3.3.0'
with Debian dir 5c73f28edcbee6e01627e0418a7e648124fd3103
- - - - -
f6d27e93 by Emmanuel Bourg at 2018-09-20T17:39:05Z
New upstream release (3.3.0)

- - - - -


6 changed files:

- − .gitignore
- − Jenkinsfile
- debian/changelog
- debian/control
- 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()


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+maven-shared-utils (3.3.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release
+  * Standards-Version updated to 4.2.1
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 20 Sep 2018 19:29:24 +0200
+
 maven-shared-utils (3.2.1-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends:
  libmaven-javadoc-plugin-java,
  libmaven-plugin-testing-java,
  maven-debian-helper (>= 2.2~)
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/maven-shared-utils.git
 Vcs-Browser: https://salsa.debian.org/java-team/maven-shared-utils
 Homepage: http://maven.apache.org/shared/maven-shared-utils/


=====================================
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/compare/d023a22d4abb27515e13a715e63f4b890324d33f...f6d27e933fcd580e77d4cac985a4c75dc22a5b52

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-shared-utils/compare/d023a22d4abb27515e13a715e63f4b890324d33f...f6d27e933fcd580e77d4cac985a4c75dc22a5b52
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180920/f0e943d3/attachment.html>


More information about the pkg-java-commits mailing list