You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2019/01/24 14:18:30 UTC

svn commit: r1852027 - in /turbine/fulcrum/trunk/json: pom.xml src/changes/changes.xml

Author: gk
Date: Thu Jan 24 14:18:29 2019
New Revision: 1852027

URL: http://svn.apache.org/viewvc?rev=1852027&view=rev
Log:
- cleanup pom
- add changes

Modified:
    turbine/fulcrum/trunk/json/pom.xml
    turbine/fulcrum/trunk/json/src/changes/changes.xml

Modified: turbine/fulcrum/trunk/json/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/pom.xml?rev=1852027&r1=1852026&r2=1852027&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/pom.xml (original)
+++ turbine/fulcrum/trunk/json/pom.xml Thu Jan 24 14:18:29 2019
@@ -43,8 +43,8 @@
         <id>turbine.apache.org</id>
         <name>Fulcrum JSON Website</name>
         <url>http://turbine.apache.org/fulcrum/fulcrum-json/</url>
-      </site>    
-     </distributionManagement>      
+      </site>
+     </distributionManagement>
 
 
     <developers>
@@ -117,48 +117,7 @@
             <version>${log4j2.version}</version>
         </dependency>
     </dependencies>
-   
-     <profiles>
-        <profile>
-            <id>apache-release</id>
-            <build>
-                <plugins>
-                  <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-assembly-plugin</artifactId>
-                    <executions>
-                      <execution>
-                        <id>fulcrum-source-release-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                          <goal>single</goal>
-                        </goals>
-                        <configuration>
-                          <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                          <descriptors>
-                            <descriptor>src/assembly/project.xml</descriptor>
-                          </descriptors>
-                          <tarLongFileMode>gnu</tarLongFileMode>
-                        </configuration>
-                      </execution>
-                    </executions>
-                  </plugin>                   
-                    <plugin>
-                      <artifactId>maven-site-plugin</artifactId>
-                      <executions>
-                          <execution>
-                            <phase>package</phase>
-                              <goals>
-                                  <goal>site</goal>
-                              </goals>
-                          </execution>
-                      </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
+    
   <properties>
     <turbine.site.path>fulcrum/fulcrum-json</turbine.site.path>
     <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/json</turbine.scmPubCheckoutDirectory>

Modified: turbine/fulcrum/trunk/json/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/src/changes/changes.xml?rev=1852027&r1=1852026&r2=1852027&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/json/src/changes/changes.xml Thu Jan 24 14:18:29 2019
@@ -26,10 +26,11 @@
   <body>
   <release version="2.0.0" date="in SVN">
     <action type="update" dev="gk">
-        Java 8 compatiblity, updated SNAPSHOT version 1.1.2-SNAPSHOT to 2.0.0-SNAPSHOT
+        - Java 8 compatiblity, updated SNAPSHOT version 1.1.2-SNAPSHOT to 2.0.0-SNAPSHOT.
+        - replace Log4j with Log4j2, add support for JUnit 5
       </action>
     <action type="update" dev="gk">
-        Jackson 2: Update to version 2.9.6, use non deprecated methods, add tests, cleanup test packages
+        Jackson 2: Update to version 2.9.7, use non deprecated methods, add tests, cleanup test packages
       </action>
       <action type="update" dev="painter">
         Dependency Updates