Skip to content

Commit

Permalink
Fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
mxro committed Oct 5, 2023
1 parent 5c9090d commit 3c80a22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/javadelight/delight-fileupload.svg?branch=master)](https://travis-ci.org/javadelight/delight-fileupload)

# delight-fileupload

Expand Down
23 changes: 9 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</dependency>



<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down Expand Up @@ -130,8 +129,9 @@
</goals>
<configuration>
<tasks>
<delete file="${basedir}/META-INF/MANIFEST.MF"/>
<copy file="target/classes/META-INF/MANIFEST.MF" tofile="${basedir}/META-INF/MANIFEST.MF"/>
<delete file="${basedir}/META-INF/MANIFEST.MF" />
<copy file="target/classes/META-INF/MANIFEST.MF"
tofile="${basedir}/META-INF/MANIFEST.MF" />
</tasks>
</configuration>
</execution>
Expand Down Expand Up @@ -246,9 +246,6 @@
</plugin>





</reportPlugins>
</configuration>
</plugin>
Expand Down Expand Up @@ -290,28 +287,26 @@


<distributionManagement>
<repository>
<id>bintray-javadelight-javadelight</id>
<name>javadelight-javadelight</name>
<url>https://api.bintray.com/maven/javadelight/javadelight/delight-fileupload/;publish=1</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>



<developers>
<developer>
<id>mxro</id>
<name>Max Rohde</name>
<email>noemail@mxro.de</email>
<url>http://www.mxro.de/</url>
<url>https://www.mxro.de/</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+10</timezone>
<organization>pureleap</organization>
<organizationUrl>http://www.pureleap.com</organizationUrl>
<organizationUrl>https://www.pureleap.com</organizationUrl>
</developer>
</developers>

Expand Down

0 comments on commit 3c80a22

Please sign in to comment.