Hi Gurkan! First of all, big grats for your first release :)
I didn't find time yet to pull the repo, but working on the JPA stuff in the meantime. >From the first look at it, I'd give it a +1 but I have not used it in a sample project. One comment on your checkin: > -<openwebbeans.version>1.0.0-incubating-M1</openwebbeans.version> > +<openwebbeans.version>1.0.1-incubating-SNAPSHOT</openwebbeans.version> what version schema do we like? I suggest to set the version back to 1.0.0-incubating-SNAPSHOT (1.0.0 and not 1.0.1), WDYT? LieGrue, strub --- [email protected] <[email protected]> schrieb am Sa, 31.1.2009: > Von: [email protected] <[email protected]> > Betreff: svn commit: r739539 - /incubator/openwebbeans/trunk/pom.xml > An: [email protected] > Datum: Samstag, 31. Januar 2009, 11:31 > Author: gerdogdu > Date: Sat Jan 31 10:31:37 2009 > New Revision: 739539 > > URL: http://svn.apache.org/viewvc?rev=739539&view=rev > Log: > Update distributionManagement section > > Modified: > incubator/openwebbeans/trunk/pom.xml > > Modified: incubator/openwebbeans/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=739539&r1=739538&r2=739539&view=diff > ============================================================================== > --- incubator/openwebbeans/trunk/pom.xml (original) > +++ incubator/openwebbeans/trunk/pom.xml Sat Jan 31 > 10:31:37 2009 > @@ -416,10 +416,23 @@ > <id>apache.openwebbeans.site</id> > > <url>scp://people.apache.org/www/incubator.apache.org/openwebbeans/${project.version}</url> > </site> > + > + <repository> > + <id>apache.openwebbeans.stage</id> > + > <url>scp://people.apache.org/home/gerdogdu/public_html/staging-repo/${siteId}</url> > + </repository> > + > + <snapshotRepository> > + > <uniqueVersion>false</uniqueVersion> > + <id>apache.incubating</id> > + <name>Apache Incubating > Repository</name> > + > <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url> > + </snapshotRepository> > + > </distributionManagement> > > <properties> > - > <openwebbeans.version>1.0.0-incubating-M1</openwebbeans.version> > + > <openwebbeans.version>1.0.1-incubating-SNAPSHOT</openwebbeans.version> > > <siteId>/OWB/1.0.0-incubating-M1/plugins</siteId> > </properties>
