Skip to content

Commit

Permalink
Merge pull request #206 from erupts/develop
Browse files Browse the repository at this point in the history
1.12.5
  • Loading branch information
erupts authored Oct 30, 2023
2 parents 1837d9c + 4ff0b1b commit 5c59287
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 28 deletions.
24 changes: 0 additions & 24 deletions erupt-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<finalName>${project.artifactId}</finalName>
</configuration>
</execution>
</executions>
<configuration>
<finalName>${project.artifactId}</finalName>
</configuration>
</plugin>
</plugins>
</build>

</project>

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion erupt-web/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</div>
<![endif]-->
<app-root></app-root>
<script src="runtime.b5155920eb787a17.js" type="module"></script><script src="polyfills.827684443b3599b2.js" type="module"></script><script src="main.57f977e2f7ec95fd.js" type="module"></script>
<script src="runtime.e94b9e16c7213091.js" type="module"></script><script src="polyfills.827684443b3599b2.js" type="module"></script><script src="main.49b9a28314082013.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c59287

Please sign in to comment.