Skip to content

Commit 4d82127

Browse files
authored
Merge pull request #5 from Optum/fixes
Fixes
2 parents ee32d4b + 4b5b927 commit 4d82127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mvn/wrapper/maven-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=http://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>A tiny templating library</description>
1414

1515
<modules>
16-
<module>lib</module>
16+
<module>templ-lib</module>
1717
</modules>
1818

1919
<properties>

0 commit comments

Comments
 (0)