Final preparations for release of version 3.0.5

36 views
Skip to first unread message

Torsten Juergeleit

unread,
Aug 25, 2014, 4:22:47 PM8/25/14
to sculptor...@googlegroups.com
After closing a few issues Sculptor version 3.0.5 is ready to be released. A draft of the release notes is available here http://sculptorgenerator.org/documentation/whats-new#version-305.

Any objections?

/Torsten

Ron Smith

unread,
Aug 27, 2014, 12:47:56 PM8/27/14
to sculptor...@googlegroups.com
Not here.

BTW, are any of the snapshot maven repositories (github-hosted or sonatype) automatically updated?  Sonatype looked a little out of date (8/9 last update) and https://raw.github.com/sculptor/snapshot-repository/maven failed fetching sculptor-generator-library.

Ron

Torsten Juergeleit

unread,
Aug 27, 2014, 4:32:04 PM8/27/14
to sculptor...@googlegroups.com
Not here.

Great. So I'm cutting the release this weekend.
 

BTW, are any of the snapshot maven repositories (github-hosted or sonatype) automatically updated?

Nope. To update https://oss.sonatype.org/content/repositories/snapshots/ someone has to run "mvn deploy".


 Sonatype looked a little out of date (8/9 last update) and https://raw.github.com/sculptor/snapshot-repository/maven failed fetching sculptor-generator-library.


The github-hosted Maven repo https://raw.github.com/sculptor/snapshot-repository/maven isn't used anymore. Why / how is this outdate Maven repo still referenced?

Only the Sonatype OSS ones (snapshot and staging) are in use. The following is an excerpt from my Maven settings.xml with profiles for the staging repo and the snapshot repo:

    <profile>
     
<id>sculptor-staging</id>
     
<repositories>
       
<repository>
         
<id>Sculptor Staging</id>
         
<url>http://oss.sonatype.org/content/repositories/orgsculptorgenerator-1004/</url>
         
<releases><enabled>true</enabled></releases>
         
<snapshots><enabled>true</enabled></snapshots>
       
</repository>
     
</repositories>
     
<pluginRepositories>
       
<pluginRepository>
         
<id>Sculptor Staging</id>
         
<url>http://oss.sonatype.org/content/repositories/orgsculptorgenerator-1004/</url>
         
<releases><enabled>true</enabled></releases>
         
<snapshots><enabled>true</enabled></snapshots>
       
</pluginRepository>
     
</pluginRepositories>
   
</profile>
   
<profile>
     
<id>sculptor-snapshots</id>
     
<repositories>
       
<repository>
         
<id>Sculptor Snapshots</id>
         
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
         
<releases><enabled>false</enabled></releases>
         
<snapshots><enabled>true</enabled></snapshots>
       
</repository>
     
</repositories>
     
<pluginRepositories>
       
<pluginRepository>
         
<id>Sculptor Snapshots</id>
         
<url>http://oss.sonatype.org/content/repositories/snapshots/</url>
         
<releases><enabled>false</enabled></releases>
         
<snapshots><enabled>true</enabled></snapshots>
       
</pluginRepository>
     
</pluginRepositories>
   
</profile>


And for the Sonatype OSS snapshot repo I did run "mvn deploy" right now.

/Torsten

Torsten Juergeleit

unread,
Sep 2, 2014, 8:13:39 AM9/2/14
to sculptor...@googlegroups.com
Sculptor 3.0.5 is released. So spread the word.

/Torsten
Reply all
Reply to author
Forward
0 new messages