Skip to content

Commit

Permalink
Change version from 2.0.0-snapshot to 2.0.0
Browse files Browse the repository at this point in the history
Remove some commented-out code.
  • Loading branch information
taojing2002 committed Jan 17, 2025
1 parent a2cb57d commit acedd6e
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.ucsb.nceas</groupId>
<artifactId>osti-elink</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>osti-elink</name>
<description>Wrapper library for managing DOIs through OSTI Elink</description>
<scm>
Expand Down Expand Up @@ -86,27 +86,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<!--<executions>
<execution>
<id>deploy-file</id>
<goals>
<goal>deploy-file</goal>
</goals>
<phase>deploy</phase>
<configuration>
<url>https://maven.pkg.github.com/NCEAS/osti-elink</url>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<file>${project.build.directory}/${project.build.finalName}
.jar</file>
<version>${project.version}</version>
<generatePom>false</generatePom>
<pomFile>pom.xml</pomFile>
<packaging>jar</packaging>
<repositoryId>github</repositoryId>
</configuration>
</execution>
</executions>-->
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit acedd6e

Please sign in to comment.