Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
fixed another reference and changed to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jul 11, 2014
1 parent c4e6de4 commit 5a06e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant-aether/simple-project-staging/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<property name="repoPath" value="${repo.dir}/${groupIdPath}/${pom.artifactId}/${pom.version}" />
<mkdir dir="${repoPath}"/>
<copy file="${build.dir}/${jar.name}" toFile="${repoPath}/${pom.artifactId}-${pom.version}.jar" verbose="true"/>
<copy file="${simple-project.basedir}/pom.xml" toFile="${repoPath}/${pom.artifactId}-${pom.version}.pom" verbose="true"/>
<copy file="${simple-project-staging.basedir}/pom.xml" toFile="${repoPath}/${pom.artifactId}-${pom.version}.pom" verbose="true"/>
<echo message="Local staging repository created, components in: ${repoPath}"/>

<staging:stageLocally>
Expand Down
2 changes: 1 addition & 1 deletion ant-aether/simple-project-staging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.sonatype.nexus.examples</groupId>
<artifactId>simple-project-staging</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>simple-project</name>
Expand Down

0 comments on commit 5a06e07

Please sign in to comment.