Skip to content

Commit 701a900

Browse files
committed
Introduce version 1.0 for the maven central repository
1 parent 715cb00 commit 701a900

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

pom.xml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -45,7 +45,6 @@
4545
</issueManagement>
4646

4747
<build>
48-
<finalName>${project.artifactId}</finalName>
4948
<plugins>
5049
<plugin>
5150
<groupId>org.apache.maven.plugins</groupId>
@@ -69,38 +68,6 @@
6968
</archive>
7069
</configuration>
7170
</plugin>
72-
<plugin>
73-
<groupId>org.apache.maven.plugins</groupId>
74-
<artifactId>maven-shade-plugin</artifactId>
75-
<version>1.4</version>
76-
<executions>
77-
<execution>
78-
<phase>package</phase>
79-
<goals>
80-
<goal>shade</goal>
81-
</goals>
82-
<configuration>
83-
<filters>
84-
<filter>
85-
<artifact>*:*</artifact>
86-
<excludes>
87-
<exclude>META-INF/maven/**</exclude>
88-
<exclude>META-INF/services/**</exclude>
89-
<exclude>META-INF/COPYRIGHT.html</exclude>
90-
<exclude>META-INF/LICENSE*</exclude>
91-
<exclude>META-INF/NOTICE*</exclude>
92-
<exclude>META-INF/README.txt</exclude>
93-
<exclude>META-INF/DEPENDENCIES*</exclude>
94-
<exclude>LICENSE.txt</exclude>
95-
<exclude>rhinoDiff.txt</exclude>
96-
<exclude>license/**</exclude>
97-
</excludes>
98-
</filter>
99-
</filters>
100-
</configuration>
101-
</execution>
102-
</executions>
103-
</plugin>
10471
<plugin>
10572
<groupId>com.github.searls</groupId>
10673
<artifactId>jasmine-maven-plugin</artifactId>
40.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)