Skip to content

Commit e0074a9

Browse files
committed
Rename maven modules for Struts implementation without version number
#471
1 parent 8cc839a commit e0074a9

File tree

22 files changed

+6
-6
lines changed

22 files changed

+6
-6
lines changed

aws-serverless-java-container-struts2/pom.xml renamed to aws-serverless-java-container-struts/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<artifactId>aws-serverless-java-container-struts2</artifactId>
6-
<name>AWS Serverless Java container support - Struts2 implementation</name>
7-
<description>Allows Java applications written for the Struts2 framework to run in AWS Lambda</description>
5+
<artifactId>aws-serverless-java-container-struts</artifactId>
6+
<name>AWS Serverless Java container support - Struts implementation</name>
7+
<description>Allows Java applications written for the Struts framework to run in AWS Lambda</description>
88
<url>https://aws.amazon.com/lambda</url>
99
<version>1.9-SNAPSHOT</version>
1010

aws-serverless-struts2-archetype/pom.xml renamed to aws-serverless-struts-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<groupId>com.amazonaws.serverless.archetypes</groupId>
11-
<artifactId>aws-serverless-struts2-archetype</artifactId>
11+
<artifactId>aws-serverless-struts-archetype</artifactId>
1212
<version>1.9-SNAPSHOT</version>
1313
<packaging>maven-archetype</packaging>
1414

0 commit comments

Comments
 (0)