Skip to content

Commit

Permalink
Prepare for 1.0 release!
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Aug 22, 2024
1 parent caaea43 commit 3ce649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.transformer.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version>${revision}</version>

<properties>
<revision>0.6.0-SNAPSHOT</revision>
<revision>1.0.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.release>17</java.release>
Expand Down

3 comments on commit 3ce649a

@jluehe
Copy link
Contributor

@jluehe jluehe commented on 3ce649a Aug 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bjhargrave, do you have an ETA when the 1.x release might be out? Thank you!

@bjhargrave
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/795. It may be another week or so unless I mess some part of the release review process up :-)

@bjhargrave
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.0.0 was just released and is now available from maven central!

Please sign in to comment.