Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
NEXUS-1819, added external configs for repos
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@3680 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
tstevens committed Mar 19, 2009
1 parent d70f6f6 commit 80d3911
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 100 deletions.
Expand Up @@ -138,8 +138,8 @@ public void upgrade( UpgradeMessage message )
}
}

newc.setVersion( org.sonatype.nexus.configuration.model.Configuration.MODEL_VERSION );
message.setModelVersion( org.sonatype.nexus.configuration.model.Configuration.MODEL_VERSION );
newc.setVersion( org.sonatype.nexus.configuration.model.v1_0_8.Configuration.MODEL_VERSION );
message.setModelVersion( org.sonatype.nexus.configuration.model.v1_0_8.Configuration.MODEL_VERSION );
message.setConfiguration( newc );

}
Expand Down

0 comments on commit 80d3911

Please sign in to comment.