This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git
The following commit(s) were added to refs/heads/master by this push:
new e08f9a48 Fix major version for RC and remove SNAPSHOT from parent
version after reset to previous state due to
https://lists.apache.org/thread/3s6bmsjysbffto21g2zcw9gvpxp30hhp
e08f9a48 is described below
commit e08f9a48d4ac122ce7aebb5a35f05265bc4fe5e2
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jun 9 09:42:18 2023 +0200
Fix major version for RC and remove SNAPSHOT from parent version after
reset to previous state due to
https://lists.apache.org/thread/3s6bmsjysbffto21g2zcw9gvpxp30hhp
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index d3d2a42c..5a9c7712 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,15 +19,15 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>13-SNAPSHOT</version>
- <relativePath />
+ <version>12</version>
+ <relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-intake</artifactId>
- <version>2.0.2-SNAPSHOT</version>
- <name>Fulcrum Intake Service</name>
+ <version>3.0.0-SNAPSHOT</version>
+ <name>Fulcrum Intake Service</name>
<inceptionYear>2005</inceptionYear>
<description>This Service provides rule-based input validation</description>
<url>https://turbine.apache.org/fulcrum/fulcrum-intake</url>