You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2020/04/06 17:57:44 UTC

[tomcat-jakartaee-migration] branch master updated: Added a new line at the end of the files

This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new 418604f  Added a new line at the end of the files
418604f is described below

commit 418604f4b4b9def240c5a481de9c123824de1e7f
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Mon Apr 6 19:55:03 2020 +0200

    Added a new line at the end of the files
---
 pom.xml                                                                | 2 +-
 src/assembly/bin.xml                                                   | 2 +-
 src/main/resources/info.properties                                     | 2 +-
 src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index dfbbaf2..3da57ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,4 +160,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 6397296..9ce5462 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -31,4 +31,4 @@
       <useProjectArtifact></useProjectArtifact>
     </dependencySet>
   </dependencySets>
-</assembly>
\ No newline at end of file
+</assembly>
diff --git a/src/main/resources/info.properties b/src/main/resources/info.properties
index 2ba48b9..5ebe760 100644
--- a/src/main/resources/info.properties
+++ b/src/main/resources/info.properties
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-version=migrated-${project.version}
\ No newline at end of file
+version=migrated-${project.version}
diff --git a/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties b/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties
index f1c0e85..93a7649 100644
--- a/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties
+++ b/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties
@@ -24,4 +24,4 @@ migration.removeSignature=Remove cryptographic signature for [{0}]
 migration.skipSignatureFile=Drop cryptographic signature file [{0}]
 migration.stream=Migrating stream [{0}]
 migration.usage=Usage: Migration [-profile=TOMCAT|-profile=EE] <source> <destination>
-migration.warnSignatureRemoval=Removed cryptographic signature from JAR file
\ No newline at end of file
+migration.warnSignatureRemoval=Removed cryptographic signature from JAR file


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org